File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 11'use strict' ;
2- var markdown = require ( 'marked' ) ;
2+
33var semver = require ( 'semver' ) ;
4- var _s = require ( 'underscore.string' ) ;
54var shell = require ( 'shelljs' ) ;
65var child_process = require ( 'child_process' ) ;
76var Q = require ( 'q' ) ;
Original file line number Diff line number Diff line change 2626 "test" : " grunt test"
2727 },
2828 "dependencies" : {
29- "chalk" : " ~0.4 .0" ,
29+ "chalk" : " ^1.1 .0" ,
3030 "generator-ng-component" : " ~0.1.0" ,
3131 "yeoman-generator" : " ~0.18.10"
3232 },
3333 "devDependencies" : {
34- "chai" : " ^1.9.1 " ,
34+ "chai" : " ^3.2.0 " ,
3535 "grunt" : " ~0.4.1" ,
36- "grunt-build-control" : " DaftMonk/grunt-build-control " ,
36+ "grunt-build-control" : " ^0.5.0 " ,
3737 "grunt-contrib-clean" : " ^0.6.0" ,
3838 "grunt-contrib-jshint" : " ^0.11.2" ,
3939 "grunt-conventional-changelog" : " ~1.0.0" ,
4040 "grunt-david" : " ~0.5.0" ,
4141 "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" ,
4444 "jit-grunt" : " ^0.9.1" ,
45- "marked" : " ~0.2.8" ,
46- "mocha" : " ~1.21.0" ,
45+ "mocha" : " ^2.2.5" ,
4746 "q" : " ^1.0.1" ,
4847 "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 "
5251 },
5352 "engines" : {
5453 "node" : " >=0.10.0" ,
You can’t perform that action at this time.
0 commit comments