Skip to content

Commit

Permalink
Update deps, add missing jshint-stylish dep
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
insin committed Feb 3, 2015
1 parent 3285179 commit a44cee0
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions package.json
@@ -1,30 +1,31 @@
{
"name": "reactodo",
"version": "0.2.3",
"version": "0.2.4",
"description": "Multiple localStorage TODO lists, built with React",
"scripts": {
"dev": "gulp clean && gulp",
"dist": "gulp clean && gulp dist --production"
},
"dependencies": {
"react": "~0.12.1"
"react": "~0.12.2"
},
"devDependencies": {
"browserify": "^6.3.3",
"del": "^0.1.3",
"browserify": "^8.1.3",
"del": "^1.1.1",
"envify": "^3.2.0",
"glob": "^4.2.1",
"glob": "^4.3.5",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.2",
"gulp-concat": "^2.4.3",
"gulp-flatten": "0.0.4",
"gulp-jshint": "^1.9.0",
"gulp-jshint": "^1.9.2",
"gulp-plumber": "^0.6.6",
"gulp-react": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-streamify": "0.0.5",
"gulp-template": "^1.1.1",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-template": "^2.1.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"jshint-stylish": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"author": "Jonathan Buchanan <jonathan.buchanan@gmail.com>",
Expand Down

0 comments on commit a44cee0

Please sign in to comment.