Skip to content

Commit 6e03351

Browse files
committed
0.2.0-alpha.22
1 parent 66636b4 commit 6e03351

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purifyjs/core",
3-
"version": "0.2.0-alpha.21",
3+
"version": "0.2.0-alpha.22",
44
"workspace": ["./apps/vite", "./apps/size"],
55
"exports": {
66
".": "./lib/mod.ts",

lib/mod.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
/**
2+
* @module purify.js
3+
*
4+
* 1.0kB DOM utility library, focusing on building reactive UI
5+
*/
6+
17
export * from "./signals.ts";
28
export * from "./dom.ts";

0 commit comments

Comments
 (0)