Skip to content

Commit 65215d4

Browse files
committed
release v0.1.0-beta.0
1 parent 6dd0da4 commit 65215d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/nut-js",
3-
"version": "0.0.4",
3+
"version": "0.1.0-beta.0",
44
"license": "Apache-2.0",
55
"main": "dist/index",
66
"typings": "dist/index",
@@ -52,7 +52,7 @@
5252
"lint": "tslint -p tsconfig.json",
5353
"watch": "tsc -w -p .",
5454
"prepublishOnly": "npm run compile && npm test",
55-
"versionUpdate": "bump --prompt --tag --push --all"
55+
"versionBump": "bump --prompt --tag --push --all"
5656
},
5757
"dependencies": {
5858
"clipboardy": "^1.2.3",
@@ -68,4 +68,4 @@
6868
"typescript": "^3.3.3333",
6969
"version-bump-prompt": "^4.3.0"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)