Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
Giwi committed Oct 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 18c639c commit 7544d5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@senx/warp10",
"version": "2.0.0",
"version": "2.0.1",
"private": false,
"keywords": [
"web",
@@ -30,6 +30,7 @@
"doc": "typedoc --options typedoc.json --plugin typedoc-plugin-markdown --hideGenerator src/*/*",
"lint": "eslint -c .eslintrc.js --format html -o ./out/lint/eslint.html src/**/*.ts",
"cl": "node changelog.js > CHANGELOG.md",
"clean": "rm -fr ./out && rm -fr ./dist",
"prepublishOnly": "yarn clean && yarn build",
"test": "nyc mocha"
},

0 comments on commit 7544d5e

Please sign in to comment.