Skip to content

Commit

Permalink
Upgraded browserify to 10.2.3, coffeelint to 1.10.1, grunt-autoprefix…
Browse files Browse the repository at this point in the history
…er to 3.0.1, grunt-shell to 1.1.2, and time-grunt to 1.2.1
  • Loading branch information
imkevinxu committed Jun 4, 2015
1 parent 6a3bda4 commit 5dec8d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,11 +429,11 @@ Currently using NPM engine 2.X. Purpose is to watch and compile frontend files

[dependencies]
--------------
- [browserify 10.0.0](https://github.com/substack/node-browserify) - Browser-side require() the node.js way
- [browserify 10.2.3](https://github.com/substack/node-browserify) - Browser-side require() the node.js way
- [coffee-script 1.9.3](http://coffeescript.org/) - Cleaner JavaScript
- [grunt 0.4.5](http://gruntjs.com/) - Automatic Task Runner
- [grunt-cli 0.1.13](https://github.com/gruntjs/grunt-cli) - Grunt's command line interface
- [grunt-autoprefixer 3.0.0](https://github.com/nDmitry/grunt-autoprefixer) - Parse CSS and add vendor-prefixed CSS properties
- [grunt-autoprefixer 3.0.1](https://github.com/nDmitry/grunt-autoprefixer) - Parse CSS and add vendor-prefixed CSS properties
- [grunt-contrib-clean 0.6.0](https://github.com/gruntjs/grunt-contrib-clean) - Clear files and folders
- [grunt-contrib-coffee 0.13.0](https://github.com/gruntjs/grunt-contrib-coffee) - Compile CoffeeScript files to JavaScript
- [grunt-contrib-imagemin 0.9.4](https://github.com/gruntjs/grunt-contrib-imagemin) - Minify PNG, JPEG, GIF, and SVG images
Expand All @@ -442,12 +442,12 @@ Currently using NPM engine 2.X. Purpose is to watch and compile frontend files
- [grunt-template-jasmine-istanbul 0.3.3](https://github.com/maenu/grunt-template-jasmine-istanbul) - Code coverage template mix-in for grunt-contrib-jasmine, using istanbul
- [grunt-text-replace 0.4.0](https://github.com/yoniholmes/grunt-text-replace) - General purpose text replacement for grunt
- [load-grunt-config 0.17.1](https://github.com/firstandthird/load-grunt-config) - Grunt plugin that lets you break up your Gruntfile config by task
- [time-grunt 1.1.1](https://github.com/sindresorhus/time-grunt) - Display the elapsed execution time of grunt tasks
- [time-grunt 1.2.1](https://github.com/sindresorhus/time-grunt) - Display the elapsed execution time of grunt tasks
- [yuglify 0.1.4](https://github.com/yui/yuglify) - UglifyJS and cssmin compressor

[devDependencies]
-----------------
- [coffeelint 1.9.4](http://www.coffeelint.org/) - Lint your CoffeeScript
- [coffeelint 1.10.1](http://www.coffeelint.org/) - Lint your CoffeeScript
- [grunt-coffeelint 0.0.13](https://github.com/vojtajina/grunt-coffeelint) - Lint your CoffeeScript
- [grunt-concurrent 1.0.0](https://github.com/sindresorhus/grunt-concurrent) - Run grunt tasks concurrently
- [grunt-contrib-connect 0.10.1](https://github.com/gruntjs/grunt-contrib-connect) - Start a static web server
Expand All @@ -457,7 +457,7 @@ Currently using NPM engine 2.X. Purpose is to watch and compile frontend files
- [grunt-notify 0.4.1](https://github.com/dylang/grunt-notify) - Automatic desktop notifications for Grunt
- [grunt-open 0.2.3](https://github.com/jsoverson/grunt-open) - Open urls and files from a grunt task
- [grunt-scss-lint 0.3.6](https://github.com/ahmednuaman/grunt-scss-lint) - Lint your SCSS
- [grunt-shell 1.1.1](https://github.com/sindresorhus/grunt-shell) - Run shell commands
- [grunt-shell 1.1.2](https://github.com/sindresorhus/grunt-shell) - Run shell commands

Static Assets
=============
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"main": "Gruntfile.coffee",
"dependencies": {
"browserify": "^10.0.0",
"browserify": "^10.2.3",
"coffee-script": "^1.9.3",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-autoprefixer": "^3.0.0",
"grunt-autoprefixer": "^3.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-imagemin": "^0.9.4",
Expand All @@ -23,11 +23,11 @@
"grunt-template-jasmine-istanbul": "^0.3.3",
"grunt-text-replace": "^0.4.0",
"load-grunt-config": "^0.17.1",
"time-grunt": "^1.1.1",
"time-grunt": "^1.2.1",
"yuglify": "^0.1.4"
},
"devDependencies": {
"coffeelint": "^1.9.4",
"coffeelint": "^1.10.1",
"grunt-coffeelint": "0.0.13",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-connect": "^0.10.1",
Expand All @@ -37,7 +37,7 @@
"grunt-notify": "^0.4.1",
"grunt-open": "^0.2.3",
"grunt-scss-lint": "^0.3.6",
"grunt-shell": "^1.1.1"
"grunt-shell": "^1.1.2"
},
"engines": {
"node": "0.12.x",
Expand Down

0 comments on commit 5dec8d5

Please sign in to comment.