diff --git a/npm-shrinkwrap.clean.json b/npm-shrinkwrap.clean.json index 04e7e1cbfd22..10ee24460db1 100644 --- a/npm-shrinkwrap.clean.json +++ b/npm-shrinkwrap.clean.json @@ -3943,10 +3943,6 @@ } } }, - "grunt-jasmine-node": { - "version": "0.1.0", - "resolved": "git://github.com/vojtajina/grunt-jasmine-node.git#ced17cbe52c1412b2ada53160432a5b681f37cd7" - }, "grunt-jscs": { "version": "2.8.0", "dependencies": { diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8b88e284a0be..27a62d6f8c91 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -6075,11 +6075,6 @@ } } }, - "grunt-jasmine-node": { - "version": "0.1.0", - "from": "git://github.com/vojtajina/grunt-jasmine-node.git#fix-grunt-exit-code", - "resolved": "git://github.com/vojtajina/grunt-jasmine-node.git#ced17cbe52c1412b2ada53160432a5b681f37cd7" - }, "grunt-jscs": { "version": "2.8.0", "from": "grunt-jscs@>=2.1.0 <3.0.0", diff --git a/package.json b/package.json index 829ea1313845..22756814c204 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "grunt-contrib-copy": "~0.6.0", "grunt-contrib-jshint": "^1.0.0", "grunt-ddescribe-iit": "~0.0.1", - "grunt-jasmine-node": "git://github.com/vojtajina/grunt-jasmine-node.git#fix-grunt-exit-code", "grunt-jscs": "^2.1.0", "grunt-merge-conflict": "~0.0.1", "grunt-shell": "~1.1.1",