We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66636b4 commit 6e03351Copy full SHA for 6e03351
deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@purifyjs/core",
3
- "version": "0.2.0-alpha.21",
+ "version": "0.2.0-alpha.22",
4
"workspace": ["./apps/vite", "./apps/size"],
5
"exports": {
6
".": "./lib/mod.ts",
lib/mod.ts
@@ -1,2 +1,8 @@
+/**
+ * @module purify.js
+ *
+ * 1.0kB DOM utility library, focusing on building reactive UI
+ */
+
7
export * from "./signals.ts";
8
export * from "./dom.ts";
0 commit comments