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 CHANGED
@@ -1,4 +1,4 @@
1
1
  # [Versions](https://github.com/Tracktor/treege/releases)
2
2
 
3
- ## v0.4.8
4
- - change option jsx runtime
3
+ ## v0.4.9
4
+ - config
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.8",
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": "yarn run build && husky install"
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
@@ -1,10 +0,0 @@
1
- {
2
- "author": "Mickaël Austoni",
3
- "short_name": "Treege",
4
- "name": "Treege",
5
- "description": "Form decision tree generator",
6
- "start_url": ".",
7
- "display": "standalone",
8
- "theme_color": "#000000",
9
- "background_color": "#ffffff"
10
- }
package/dist/robots.txt DELETED
@@ -1,3 +0,0 @@
1
- # https://www.robotstxt.org/robotstxt.html
2
- User-agent: *
3
- Disallow: