From ecb275b13005342ffd5cedb58920df6379c98f62 Mon Sep 17 00:00:00 2001 From: Hans Larsen Date: Mon, 4 Jul 2016 11:26:17 -0700 Subject: [PATCH] chore: making the script executable and adding npm deps --- package.json | 3 ++- scripts/publish/changelog.js | 0 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 scripts/publish/changelog.js diff --git a/package.json b/package.json index b20bb8bc3f..cc9b4b3b45 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,7 @@ }, "devDependencies": { "chai": "^3.5.0", + "conventional-changelog": "^1.1.0", "eslint": "^2.8.0", "exists-sync": "0.0.3", "minimatch": "^3.0.0", @@ -73,8 +74,8 @@ "rewire": "^2.5.1", "sinon": "^1.17.3", "through": "^2.3.8", - "tslint": "^3.8.1", "tree-kill": "^1.0.0", + "tslint": "^3.8.1", "walk-sync": "^0.2.6" } } diff --git a/scripts/publish/changelog.js b/scripts/publish/changelog.js old mode 100644 new mode 100755