Skip to content

Commit c1d4667

Browse files
author
Philipp Alferov
committed
Update release script
1 parent 1d4b522 commit c1d4667

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "mocha --reporter nyan",
88
"tdd": "npm test -- --watch",
9-
"release": "npm version ${BUMP:-\"patch\"} --no-git-tag-version && git add package.json && git commit -m \":octocat: Bump to $(cat package.json | jq -r .version)\" && git tag $(cat package.json | jq -r .version) && git push && git push --tags && npm publish"
9+
"release": "npm version ${BUMP:-\"patch\"} --no-git-tag-version && git add package.json && git commit -m \":octocat: Bump to $(cat package.json | json version)\" && git tag $(cat package.json | json version) && git push && git push --tags && npm publish"
1010
},
1111
"repository": "alferov/array-to-tree",
1212
"keywords": [
@@ -19,6 +19,7 @@
1919
"nested"
2020
],
2121
"devDependencies": {
22+
"json": "^9.0.3",
2223
"chai": "^3.2.0",
2324
"eslint": "^1.4.1",
2425
"mocha": "^2.3.0"
@@ -32,8 +33,6 @@
3233
},
3334
"license": "MIT",
3435
"dependencies": {
35-
"extend": "^3.0.0",
36-
"isarray": "0.0.1",
3736
"lodash.assign": "^4.0.6",
3837
"lodash.isarray": "^4.0.0"
3938
}

0 commit comments

Comments
 (0)