We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7283f commit b099400Copy full SHA for b099400
flow.png
-46 KB
flow.puml
package.json
@@ -16,9 +16,7 @@
16
"commit": "git-cz",
17
"build-examples": "node examples/build-examples.js",
18
"test": "jest --runInBand --verbose --coverage",
19
- "test-watch": "jest --runInBand --watch",
20
- "puml": "npx puml generate flow.puml -o flow.png",
21
- "release": "standard-version"
+ "test-watch": "jest --runInBand --watch"
22
},
23
"packageManager": "pnpm@10.32.1",
24
"dependencies": {
@@ -36,7 +34,6 @@
36
34
"pug-loader": "2.4.0",
37
35
"raw-loader": "4.0.2",
38
"rimraf": "^6.1.3",
39
- "standard-version": "^9.3.0",
40
"style-loader": "4.0.0",
41
"typescript": "5.9.3",
42
"webpack": "^5.105.4",
0 commit comments