We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084a803 commit 58df2f8Copy full SHA for 58df2f8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@acrodata/visual-component-tools",
3
- "version": "0.1.1",
+ "version": "0.2.0",
4
"description": "Command line tool for creating and publishing visual component",
5
"publishConfig": {
6
"access": "public"
@@ -25,7 +25,7 @@
25
"build": "tsc",
26
"clean": "rimraf lib",
27
"adviz": "node ./bin/adviz.js",
28
- "publish": "npm run clean && npm run build && npm publish"
+ "prepublishOnly": "npm run clean && npm run build"
29
},
30
"dependencies": {
31
"adm-zip": "^0.5.16",
0 commit comments