Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 54cf295

Browse files
committed
Added gulp-markdown gulp-minify-css gulp-htmlmin gulp-less and browserify for gulpfile inclusion
1 parent 3bf09f1 commit 54cf295

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
}
4040
],
4141
"dependencies": {
42-
"gulp": "^3.8.10"
42+
"browserify": "^8.1.1",
43+
"gulp": "^3.8.10",
44+
"gulp-htmlmin": "^1.0.0",
45+
"gulp-less": "^2.0.1",
46+
"gulp-markdown": "^1.0.0",
47+
"gulp-minify-css": "^0.3.13"
4348
}
4449
}

0 commit comments

Comments
 (0)