File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
+ // for Metalsmith
4
+ require ( 'harmonize' ) ( ) ;
5
+
3
6
var beautify = require ( 'metalsmith-beautify' ) ;
4
7
var connect = require ( 'gulp-connect' ) ;
5
8
var gulp = require ( 'gulp' ) ;
Original file line number Diff line number Diff line change 4
4
"description" : " Documentation website for JSDoc 3." ,
5
5
"main" : " gulpfile.js" ,
6
6
"dependencies" : {
7
- "fs-extra" : " ~0.9 .1" ,
8
- "gulp" : " ~3.8 .0" ,
7
+ "fs-extra" : " ~0.22 .1" ,
8
+ "gulp" : " ~3.9 .0" ,
9
9
"gulp-connect" : " ~2.2.0" ,
10
- "metalsmith" : " ~0.8.0" ,
10
+ "harmonize" : " ~1.4.4" ,
11
+ "metalsmith" : " ~2.0.1" ,
11
12
"metalsmith-beautify" : " ~0.0.7" ,
12
- "metalsmith-headings" : " https://github.com/hegemonic/metalsmith-headings/tarball/tag-name " ,
13
+ "metalsmith-headings" : " ~0.1.0 " ,
13
14
"metalsmith-markdown" : " ~0.2.1" ,
14
- "minimist" : " ~1.1.0 " ,
15
- "swig" : " ~1.3 .2" ,
15
+ "minimist" : " ~1.1.2 " ,
16
+ "swig" : " ~1.4 .2" ,
16
17
"swig-extras" : " ~0.0.1" ,
17
- "underscore" : " ~1.6.0 "
18
+ "underscore" : " ~1.8.3 "
18
19
},
19
20
"private" : true ,
20
21
"scripts" : {
You can’t perform that action at this time.
0 commit comments