diff --git a/package.json b/package.json index 79320e8..6358192 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "array-to-tree", - "version": "2.1.7", + "version": "2.1.8", "description": "Convert a plain array of nodes (with pointers to parent nodes) to a tree", "main": "index.js", "scripts": { "test": "mocha --reporter nyan", "tdd": "npm test -- --watch", - "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", + "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" }, "repository": "alferov/array-to-tree", "keywords": [