We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9499929 commit 0dd4818Copy full SHA for 0dd4818
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@senx/warp10",
3
- "version": "1.1.3",
+ "version": "1.1.4",
4
"private": false,
5
"keywords": [
6
"web",
@@ -26,7 +26,6 @@
26
},
27
"main": "dist/index.js",
28
"scripts": {
29
- "prepublishOnly": "yarn test && yarn build",
30
"build": "tsc",
31
"typedoc": "typedoc --options typedoc.json --plugin typedoc-plugin-markdown --hideGenerator src/*/*",
32
"test": "mocha --require ts-node/register --ui bdd ./tests/unitTest1.ts",
0 commit comments