Skip to content

Commit dbd8e4f

Browse files
committed
chore: release 0.3.0
1 parent 0aa7044 commit dbd8e4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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-api",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Visual component type definitions",
55
"publishConfig": {
66
"access": "public"
@@ -20,7 +20,7 @@
2020
"scripts": {
2121
"build": "npx tsc -p tsconfig.json",
2222
"clean": "rimraf dist",
23-
"publish": "npm run clean && npm run build && npm publish"
23+
"prepublishOnly": "npm run clean && npm run build"
2424
},
2525
"dependencies": {
2626
"@acrodata/gui": "^2.1.3",

0 commit comments

Comments
 (0)