File tree 2 files changed +10
-12
lines changed
2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
- var markdown = require ( 'marked' ) ;
2
+
3
3
var semver = require ( 'semver' ) ;
4
- var _s = require ( 'underscore.string' ) ;
5
4
var shell = require ( 'shelljs' ) ;
6
5
var child_process = require ( 'child_process' ) ;
7
6
var Q = require ( 'q' ) ;
Original file line number Diff line number Diff line change 26
26
"test" : " grunt test"
27
27
},
28
28
"dependencies" : {
29
- "chalk" : " ~0.4 .0" ,
29
+ "chalk" : " ^1.1 .0" ,
30
30
"generator-ng-component" : " ~0.1.0" ,
31
31
"yeoman-generator" : " ~0.18.10"
32
32
},
33
33
"devDependencies" : {
34
- "chai" : " ^1.9.1 " ,
34
+ "chai" : " ^3.2.0 " ,
35
35
"grunt" : " ~0.4.1" ,
36
- "grunt-build-control" : " DaftMonk/grunt-build-control " ,
36
+ "grunt-build-control" : " ^0.5.0 " ,
37
37
"grunt-contrib-clean" : " ^0.6.0" ,
38
38
"grunt-contrib-jshint" : " ^0.11.2" ,
39
39
"grunt-conventional-changelog" : " ~1.0.0" ,
40
40
"grunt-david" : " ~0.5.0" ,
41
41
"grunt-env" : " ^0.4.1" ,
42
- "grunt-mocha-test" : " ^0.11.0 " ,
43
- "grunt-release" : " ~0.6 .0" ,
42
+ "grunt-mocha-test" : " ^0.12.7 " ,
43
+ "grunt-release" : " ^0.13 .0" ,
44
44
"jit-grunt" : " ^0.9.1" ,
45
- "marked" : " ~0.2.8" ,
46
- "mocha" : " ~1.21.0" ,
45
+ "mocha" : " ^2.2.5" ,
47
46
"q" : " ^1.0.1" ,
48
47
"recursive-readdir" : " ^1.2.0" ,
49
- "semver" : " ~2.2 .1" ,
50
- "shelljs" : " ^0.3.0 " ,
51
- "underscore.string" : " ^2.3.3 "
48
+ "semver" : " ^5.0 .1" ,
49
+ "shelljs" : " ^0.5.3 " ,
50
+ "underscore.string" : " ^3.1.1 "
52
51
},
53
52
"engines" : {
54
53
"node" : " >=0.10.0" ,
You can’t perform that action at this time.
0 commit comments