Skip to content

Commit

Permalink
Merge pull request #233 from edi9999/master
Browse files Browse the repository at this point in the history
Update all devDependencies to latest versions
  • Loading branch information
Stuk committed Sep 27, 2015
2 parents 3a39a71 + 7f1272c commit 30a4870
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.0'
- '4.1'
script: npm run $COMMAND
env:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = function(grunt) {
files: {
'dist/jszip.js': ['lib/index.js']
},
options: {
browserifyOptions: {
bundleOptions: {
standalone: 'JSZip',
insertGlobalVars : {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
"inflate"
],
"devDependencies": {
"qunit": "~0.6.3",
"qunit": "^0.7.6",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-saucelabs": "~7.0.0",
"grunt-contrib-connect": "~0.7.1",
"jshint": "~2.5.1",
"browserify": "~4.1.4",
"grunt-browserify": "~2.1.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-saucelabs": "~8.6.1",
"grunt-contrib-connect": "~0.11.2",
"jshint": "~2.8.0",
"browserify": "~11.2.0",
"grunt-browserify": "~4.0.1",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-uglify": "~0.9.2",
"jszip-utils": "~0.0.2"
},
"dependencies":{
"dependencies": {
"pako": "~0.2.5"
},
"license": "(MIT OR GPL-3.0)"
Expand Down

0 comments on commit 30a4870

Please sign in to comment.