Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Commit b94d453

Browse files
committed
bumped version to v0.3.0
1 parent f34fe86 commit b94d453

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "@stackbit/stackbit-pull",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "stackbit-pull build tool",
55
"main": "stackbit-pull.js",
66
"engines": {
77
"node": ">=10.15.1",
88
"npm": ">=6.9.0"
99
},
1010
"scripts": {
11-
"test": "echo \"Error: no test specified\" && exit 1"
11+
"test": "echo \"Error: no test specified\" && exit 1",
12+
"version-patch": "npm version patch -m \"bumped version to v%s\""
1213
},
1314
"bin": {
1415
"stackbit-pull": "./stackbit-pull.js"

0 commit comments

Comments
 (0)