File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = function ( grunt ) {
2
- require ( 'matchdep' ) . filterDev ( 'grunt-*' ) . forEach ( grunt . loadNpmTasks ) ;
2
+ require ( 'matchdep' ) . filter ( 'grunt-*' ) . forEach ( grunt . loadNpmTasks ) ;
3
3
4
4
grunt . initConfig ( {
5
5
// clean: [
Original file line number Diff line number Diff line change 5
5
"bower" : " ^1.4.1" ,
6
6
"express" : " ^4.13.4" ,
7
7
"express-sslify" : " ^1.0.1" ,
8
- "grunt" : " ^0.4.5" ,
9
8
"marked" : " ^0.3.5" ,
10
- "serve" : " *"
11
- },
12
- "devDependencies" : {
13
- "expect.js" : " ^0.3.1" ,
9
+ "serve" : " *" ,
10
+ "grunt" : " ^0.4.5" ,
14
11
"grunt-cli" : " ^1.2.0" ,
15
12
"grunt-contrib-clean" : " ^0.6.0" ,
16
13
"grunt-contrib-concat" : " ^0.5.0" ,
23
20
"grunt-contrib-uglify" : " ^0.5.1" ,
24
21
"grunt-contrib-watch" : " ^0.6.1" ,
25
22
"grunt-mocha-phantomjs" : " 0.7.0" ,
26
- "grunt-usemin" : " ^2.0.2" ,
23
+ "grunt-usemin" : " ^2.0.2"
24
+ },
25
+ "devDependencies" : {
26
+ "expect.js" : " ^0.3.1" ,
27
27
"matchdep" : " ~0.3.0"
28
28
},
29
29
"scripts" : {
You can’t perform that action at this time.
0 commit comments