From 5d3c2198b2840f75d395bbe271bf253f9d0b5692 Mon Sep 17 00:00:00 2001 From: Mario Nebl Date: Sun, 14 Feb 2016 15:10:01 +0100 Subject: [PATCH] fix: correct dependencies --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 26c15ad23a..17f3de5fca 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,6 @@ "babel": "6.5.1", "babel-cli": "6.4.0", "babel-plugin-add-module-exports": "0.1.2", - "babel-polyfill": "6.3.14", "babel-preset-es2015-node4": "2.0.3", "babel-preset-stage-0": "6.5.0", "commitizen": "2.5.0", @@ -60,8 +59,10 @@ "jsonlint-cli": "0.2.7" }, "dependencies": { + "babel-polyfill": "6.3.14", "chalk": "1.1.1", "conventional-changelog-angular": "1.0.0", + "conventional-changelog-lint-config-angular": "0.1.0", "conventional-commits-parser": "1.0.1", "franc": "1.1.2", "get-stdin": "5.0.1",