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

Commit

Permalink
fix: puth browserSync in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-RA committed Jan 24, 2017
1 parent 9ec2498 commit 7b1cd58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nutrient",
"version": "0.0.2",
"version": "0.0.3",
"description": "The nutritional fact database's website",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,11 +30,11 @@
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-live-server": "0.0.30",
"gulp-load-plugins": "^1.4.0"
"gulp-load-plugins": "^1.4.0",
"browser-sync": "^2.18.6"
},
"devDependencies": {
"bower": "^1.8.0",
"browser-sync": "^2.18.6",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"jshint": "^2.9.4"
Expand Down

0 comments on commit 7b1cd58

Please sign in to comment.