diff options
| author | J. Tangelder | 2013-10-11 14:38:20 +0200 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-11 13:44:39 +0100 | 
| commit | dd7cb15bcf4767e20f4f620b33cb1fd35d8857d7 (patch) | |
| tree | 85e717ce5320ee13ba887c212fadf2ce308e78bd | |
| parent | 3205166d80da268ac66768496f0bc1d956aa0f77 (diff) | |
| download | angular.js-dd7cb15bcf4767e20f4f620b33cb1fd35d8857d7.tar.bz2 | |
chore(npm): grunt-contrib-jasmine-node changed name
| -rw-r--r-- | Gruntfile.js | 2 | ||||
| -rw-r--r-- | package.json | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/Gruntfile.js b/Gruntfile.js index a710ac9d..48242fcf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -8,7 +8,7 @@ module.exports = function(grunt) {    grunt.loadNpmTasks('grunt-contrib-copy');    grunt.loadNpmTasks('grunt-contrib-connect');    grunt.loadNpmTasks('grunt-contrib-compress'); -  grunt.loadNpmTasks('grunt-contrib-jasmine-node'); +  grunt.loadNpmTasks('grunt-jasmine-node');    grunt.loadNpmTasks('grunt-ddescribe-iit');    grunt.loadNpmTasks('grunt-merge-conflict');    grunt.loadNpmTasks('grunt-parallel'); diff --git a/package.json b/package.json index 34176c6d..5e56075c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@      "yaml-js": "~0.0.8",      "marked": "~0.2.9",      "rewire": "1.1.3", -    "grunt-contrib-jasmine-node": "~0.1.1", +    "grunt-jasmine-node": "~0.1.0",      "grunt-parallel": "~0.3.1",      "grunt-ddescribe-iit": "~0.0.1",      "grunt-merge-conflict": "~0.0.1", | 
