mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
chore(npm): grunt-contrib-jasmine-node changed name
This commit is contained in:
parent
3205166d80
commit
dd7cb15bcf
2 changed files with 2 additions and 2 deletions
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue