Skip to content
This repository was archived by the owner on Jul 31, 2020. It is now read-only.

Commit 7b1cd58

Browse files
committed
fix: puth browserSync in dependencies
1 parent 9ec2498 commit 7b1cd58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nutrient",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "The nutritional fact database's website",
55
"main": "index.js",
66
"scripts": {
@@ -30,11 +30,11 @@
3030
"express": "^4.14.0",
3131
"gulp": "^3.9.1",
3232
"gulp-live-server": "0.0.30",
33-
"gulp-load-plugins": "^1.4.0"
33+
"gulp-load-plugins": "^1.4.0",
34+
"browser-sync": "^2.18.6"
3435
},
3536
"devDependencies": {
3637
"bower": "^1.8.0",
37-
"browser-sync": "^2.18.6",
3838
"gulp-jscs": "^4.0.0",
3939
"gulp-jshint": "^2.0.4",
4040
"jshint": "^2.9.4"

0 commit comments

Comments
 (0)