Skip to content

Commit

Permalink
Merge pull request #234 from Stuk/revert-233-master
Browse files Browse the repository at this point in the history
Revert "Update all devDependencies to latest versions"
  • Loading branch information
Stuk committed Sep 27, 2015
2 parents 30a4870 + ca48a2d commit 63f9efd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
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']
},
browserifyOptions: {
options: {
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.7.6",
"qunit": "~0.6.3",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"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",
"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",
"jszip-utils": "~0.0.2"
},
"dependencies": {
"dependencies":{
"pako": "~0.2.5"
},
"license": "(MIT OR GPL-3.0)"
Expand Down

0 comments on commit 63f9efd

Please sign in to comment.