Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
Giwi committed Oct 24, 2023
1 parent ad76df3 commit 18c639c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@senx/warp10",
"version": "1.1.4",
"version": "2.0.0",
"private": false,
"keywords": [
"web",
Expand Down Expand Up @@ -28,8 +28,9 @@
"scripts": {
"build": "tsc",
"doc": "typedoc --options typedoc.json --plugin typedoc-plugin-markdown --hideGenerator src/*/*",
"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",
"cl": "node changelog.js > CHANGELOG.md",
"prepublishOnly": "yarn clean && yarn build",
"test": "nyc mocha"
},
"mocha": {
Expand Down

0 comments on commit 18c639c

Please sign in to comment.