File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 "description" : " Convert a plain array of nodes (with pointers to parent nodes) to a tree" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "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 push && git push --tags && npm publish" ,
87 "test" : " mocha --reporter nyan" ,
9- "tdd" : " npm test -- --watch"
8+ "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" ,
1010 },
1111 "repository" : " alferov/array-to-tree" ,
1212 "keywords" : [
You can’t perform that action at this time.
0 commit comments