Skip to content

Commit 18c639c

Browse files
committed
Update package
1 parent ad76df3 commit 18c639c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

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

0 commit comments

Comments
 (0)