File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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" : [
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"
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 }
You can’t perform that action at this time.
0 commit comments