We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c639c commit 7544d5eCopy full SHA for 7544d5e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@senx/warp10",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"private": false,
5
"keywords": [
6
"web",
@@ -30,6 +30,7 @@
30
"doc": "typedoc --options typedoc.json --plugin typedoc-plugin-markdown --hideGenerator src/*/*",
31
"lint": "eslint -c .eslintrc.js --format html -o ./out/lint/eslint.html src/**/*.ts",
32
"cl": "node changelog.js > CHANGELOG.md",
33
+ "clean": "rm -fr ./out && rm -fr ./dist",
34
"prepublishOnly": "yarn clean && yarn build",
35
"test": "nyc mocha"
36
},
0 commit comments