From 6a1a3230497de5437451964845071e8e88314aa7 Mon Sep 17 00:00:00 2001 From: David Rubert Date: Wed, 4 Nov 2015 21:25:49 +0100 Subject: [PATCH] fix(construction): Added semantic-release to devDependencies of package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bb2b1ecf..526bb6a2 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "jasmine-core": "^2.2.0", "jsdom": "^7.0.2", "karma": "^0.13.15", - "karma-jasmine": "^0.3.6", "karma-coffee-preprocessor": "^0.3.0", + "karma-jasmine": "^0.3.6", "karma-phantomjs-launcher": "^0.2.1", "load-grunt-config": "^0.19.0", "matchdep": "^1.0.0", @@ -43,6 +43,7 @@ "protractor": "^2.0.0", "q": "^1.2.0", "requirejs": "^2.1.20", + "semantic-release": "^4.3.5", "shelljs": "^0.5.3" }, "scripts": {