Skip to content

Commit 58df2f8

Browse files
committed
chore: release 0.2.0
1 parent 084a803 commit 58df2f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acrodata/visual-component-tools",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Command line tool for creating and publishing visual component",
55
"publishConfig": {
66
"access": "public"
@@ -25,7 +25,7 @@
2525
"build": "tsc",
2626
"clean": "rimraf lib",
2727
"adviz": "node ./bin/adviz.js",
28-
"publish": "npm run clean && npm run build && npm publish"
28+
"prepublishOnly": "npm run clean && npm run build"
2929
},
3030
"dependencies": {
3131
"adm-zip": "^0.5.16",

0 commit comments

Comments
 (0)