We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad76df3 commit 18c639cCopy full SHA for 18c639c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@senx/warp10",
3
- "version": "1.1.4",
+ "version": "2.0.0",
4
"private": false,
5
"keywords": [
6
"web",
@@ -28,8 +28,9 @@
28
"scripts": {
29
"build": "tsc",
30
"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",
+ "lint": "eslint -c .eslintrc.js --format html -o ./out/lint/eslint.html src/**/*.ts",
32
"cl": "node changelog.js > CHANGELOG.md",
33
+ "prepublishOnly": "yarn clean && yarn build",
34
"test": "nyc mocha"
35
},
36
"mocha": {
0 commit comments