chore: making the script executable and adding npm deps

This commit is contained in:
Hans Larsen 2016-07-04 11:26:17 -07:00
parent 1fa0c31c8e
commit ecb275b130
2 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@
}, },
"devDependencies": { "devDependencies": {
"chai": "^3.5.0", "chai": "^3.5.0",
"conventional-changelog": "^1.1.0",
"eslint": "^2.8.0", "eslint": "^2.8.0",
"exists-sync": "0.0.3", "exists-sync": "0.0.3",
"minimatch": "^3.0.0", "minimatch": "^3.0.0",
@ -73,8 +74,8 @@
"rewire": "^2.5.1", "rewire": "^2.5.1",
"sinon": "^1.17.3", "sinon": "^1.17.3",
"through": "^2.3.8", "through": "^2.3.8",
"tslint": "^3.8.1",
"tree-kill": "^1.0.0", "tree-kill": "^1.0.0",
"tslint": "^3.8.1",
"walk-sync": "^0.2.6" "walk-sync": "^0.2.6"
} }
} }

0
scripts/publish/changelog.js Normal file → Executable file
View File