Skip to content

Commit dd7cb15

Browse files
jtangelderpetebacondarwin
authored andcommitted
chore(npm): grunt-contrib-jasmine-node changed name
1 parent 3205166 commit dd7cb15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = function(grunt) {
88
grunt.loadNpmTasks('grunt-contrib-copy');
99
grunt.loadNpmTasks('grunt-contrib-connect');
1010
grunt.loadNpmTasks('grunt-contrib-compress');
11-
grunt.loadNpmTasks('grunt-contrib-jasmine-node');
11+
grunt.loadNpmTasks('grunt-jasmine-node');
1212
grunt.loadNpmTasks('grunt-ddescribe-iit');
1313
grunt.loadNpmTasks('grunt-merge-conflict');
1414
grunt.loadNpmTasks('grunt-parallel');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"yaml-js": "~0.0.8",
3131
"marked": "~0.2.9",
3232
"rewire": "1.1.3",
33-
"grunt-contrib-jasmine-node": "~0.1.1",
33+
"grunt-jasmine-node": "~0.1.0",
3434
"grunt-parallel": "~0.3.1",
3535
"grunt-ddescribe-iit": "~0.0.1",
3636
"grunt-merge-conflict": "~0.0.1",

0 commit comments

Comments
 (0)