Skip to content

Commit

Permalink
move browser sync to optional dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Mar 7, 2015
1 parent 3129307 commit 7e018e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"dependencies": {
"cheerio": "^0.18.0",
"hexo": "^3.0.0",
"hexo-browsersync": "^0.1.0",
"hexo-deployer-git": "0.0.3",
"hexo-generator-archive": "0.0.2",
"hexo-generator-feed": "^1.0.0",
Expand All @@ -35,5 +34,8 @@
"gulp-rev-replace": "^0.4.0",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^1.1.1"
},
"optionalDependencies": {
"hexo-browsersync": "^0.1.0"
}
}

0 comments on commit 7e018e5

Please sign in to comment.