Skip to content

Commit

Permalink
:octocat: Bump to 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Alferov committed Oct 24, 2015
1 parent 11fb8fa commit 1b4f9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 1b4f9e8

Please sign in to comment.