Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Oct 20, 2014
1 parent d31d650 commit e928666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ browserify = require 'browserify'
watchify = require 'watchify'
source = require 'vinyl-source-stream'
streamify = require 'gulp-streamify'
rename = require 'gulp-rename'
uglify = require 'gulp-uglify'
ecstatic = require 'ecstatic'
livereload = require 'gulp-livereload'
plumber = require 'gulp-plumber'
prefix = require 'gulp-autoprefixer'

production = process.env.NODE_ENV is 'production'
Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,17 @@
"coffee-script": "~1.7.1"
},
"devDependencies": {
"gulp-rename": "~1.2.0",
"gulp-uglify": "~0.1.0",
"gulp-util": "~2.2.17",
"gulp-stylus": "1.0.2",
"gulp-stylus": "1.3.3",
"gulp-jade": "~0.6.0",
"gulp-livereload": "~2.1.0",
"bower": "~1.3.5",
"browserify-shim": "~3.6.0",
"gulp-plumber": "~0.6.3",
"gulp-autoprefixer": "0.0.7",
"browserify": "~4.1.11",
"gulp-streamify": "0.0.5",
"vinyl-source-stream": "~0.1.1",
"coffeeify": "~0.6.0",
"coffeeify": "~0.7.0",
"karma": "~0.12.21",
"karma-jasmine": "~0.1.5",
"karma-chrome-launcher": "~0.1.4",
Expand All @@ -42,7 +39,8 @@
"ecstatic": "~0.5.3",
"gulp-minify-css": "~0.3.5",
"deamdify": "^0.1.1",
"debowerify": "~0.8.2"
"debowerify": "~0.8.2",
"browserify-shim": "~3.8.0"
},
"browser": {},
"browserify-shim": {},
Expand Down

0 comments on commit e928666

Please sign in to comment.