treege 0.4.8 → 0.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -2
- package/package.json +2 -2
- package/dist/favicon.png +0 -0
- package/dist/manifest.json +0 -10
- package/dist/robots.txt +0 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "treege",
|
|
3
3
|
"description": "Form decision tree generator",
|
|
4
4
|
"license": "ISC",
|
|
5
|
-
"version": "0.4.
|
|
5
|
+
"version": "0.4.9",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
8
8
|
"main": "dist/main.umd.cjs",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test": "vitest",
|
|
31
31
|
"test:coverage": "vitest run --coverage",
|
|
32
32
|
"test:ui": "vitest --ui",
|
|
33
|
-
"prepare": "
|
|
33
|
+
"prepare": "npm run build && husky install"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@codemirror/lang-json": "^6.0.0",
|
package/dist/favicon.png
DELETED
|
Binary file
|
package/dist/manifest.json
DELETED
package/dist/robots.txt
DELETED