Skip to content

Commit 1b4f9e8

Browse files
author
Philipp Alferov
committed
:octocat: Bump to 2.1.8
1 parent 11fb8fa commit 1b4f9e8

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,12 +1,12 @@
11
{
22
"name": "array-to-tree",
3-
"version": "2.1.7",
3+
"version": "2.1.8",
44
"description": "Convert a plain array of nodes (with pointers to parent nodes) to a tree",
55
"main": "index.js",
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 | jq -r .version)\" && git tag $(cat package.json | jq -r .version) && git push && git push --tags && npm publish"
1010
},
1111
"repository": "alferov/array-to-tree",
1212
"keywords": [

0 commit comments

Comments
 (0)