Skip to content

Commit

Permalink
Move browserify into devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Oct 19, 2015
1 parent 68a135d commit ba4cf19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions index.js
Expand Up @@ -80,9 +80,6 @@ function addCss (files, ms, done) {
buildCss({ imports: this.stylusImports }, callback)
}

// TODO: async
// TODO: production version
// TODO: move browserify/uglify as devDependency
function useCache (fname, callback) {
try {
callback(null, require('fs').readFileSync(join(__dirname, fname), 'utf-8'))
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -8,7 +8,6 @@
},
"dependencies": {
"autoprefixer": "6.0.3",
"browserify": "11.2.0",
"debounce": "1.0.0",
"dom101": "1.1.0",
"github-markdown-css": "2.1.0",
Expand All @@ -20,10 +19,10 @@
"pjax": "0.1.4",
"postcss": "5.0.8",
"stylus": "0.52.4",
"uglifyify": "3.0.1",
"ware": "1.3.0"
},
"devDependencies": {
"browserify": "11.2.0",
"docpress-core": "git://github.com/docpress/docpress-core.git#master",
"expect": "1.11.1",
"istanbul": "0.4.0",
Expand All @@ -32,7 +31,8 @@
"mocha-clean": "0.4.0",
"mocha-standard": "1.0.0",
"standard": "5.3.1",
"superstatic": "2.2.1"
"superstatic": "2.2.1",
"uglifyify": "3.0.1"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit ba4cf19

Please sign in to comment.