8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3205166 commit dd7cb15Copy full SHA for dd7cb15
Gruntfile.js
@@ -8,7 +8,7 @@ module.exports = function(grunt) {
8
grunt.loadNpmTasks('grunt-contrib-copy');
9
grunt.loadNpmTasks('grunt-contrib-connect');
10
grunt.loadNpmTasks('grunt-contrib-compress');
11
- grunt.loadNpmTasks('grunt-contrib-jasmine-node');
+ grunt.loadNpmTasks('grunt-jasmine-node');
12
grunt.loadNpmTasks('grunt-ddescribe-iit');
13
grunt.loadNpmTasks('grunt-merge-conflict');
14
grunt.loadNpmTasks('grunt-parallel');
package.json
@@ -30,7 +30,7 @@
30
"yaml-js": "~0.0.8",
31
"marked": "~0.2.9",
32
"rewire": "1.1.3",
33
- "grunt-contrib-jasmine-node": "~0.1.1",
+ "grunt-jasmine-node": "~0.1.0",
34
"grunt-parallel": "~0.3.1",
35
"grunt-ddescribe-iit": "~0.0.1",
36
"grunt-merge-conflict": "~0.0.1",
0 commit comments