Skip to content

Commit 7544d5e

Browse files
committed
v2.0.1
1 parent 18c639c commit 7544d5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@senx/warp10",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": false,
55
"keywords": [
66
"web",
@@ -30,6 +30,7 @@
3030
"doc": "typedoc --options typedoc.json --plugin typedoc-plugin-markdown --hideGenerator src/*/*",
3131
"lint": "eslint -c .eslintrc.js --format html -o ./out/lint/eslint.html src/**/*.ts",
3232
"cl": "node changelog.js > CHANGELOG.md",
33+
"clean": "rm -fr ./out && rm -fr ./dist",
3334
"prepublishOnly": "yarn clean && yarn build",
3435
"test": "nyc mocha"
3536
},

0 commit comments

Comments
 (0)