Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Downgrade several dependencies for node v0.1x compatibility (#201)
Browse files Browse the repository at this point in the history
* Downgrade pretty-bytes to ^3.0.1

* Downgrade gulp-eslint for the same reason

* Restoring the eslint dependencies to their earlier versions
  • Loading branch information
jeffposnick authored and addyosmani committed Oct 19, 2016
1 parent 0a5a56f commit 264e088
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sw-precache",
"version": "4.2.0",
"version": "4.2.1",
"description": "Generates a service worker to cache your local App Shell resources.",
"author": {
"name": "Jeff Posnick",
Expand All @@ -23,14 +23,14 @@
},
"devDependencies": {
"del": "^2.2.2",
"eslint": "^3.8.1",
"eslint-config-google": "^0.6.0",
"eslint": "^1.10.3",
"eslint-config-google": "^0.3.0",
"express": "^4.14.0",
"gh-pages": "^0.11.0",
"grunt": "^1.0.1",
"gulp": "^3.9.1",
"gulp-doctoc": "^0.1.4",
"gulp-eslint": "^3.0.1",
"gulp-eslint": "^1.0.0",
"gulp-load-plugins": "^1.3.0",
"gulp-mocha": "^3.0.1",
"gulp-replace": "^0.5.4",
Expand All @@ -47,7 +47,7 @@
"lodash.template": "^4.4.0",
"meow": "^3.7.0",
"mkdirp": "^0.5.1",
"pretty-bytes": "^4.0.2",
"pretty-bytes": "^3.0.1",
"sw-toolbox": "^3.4.0"
},
"repository": "googlechrome/sw-precache",
Expand Down

0 comments on commit 264e088

Please sign in to comment.