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

Commit

Permalink
Update the sw-toolbox dependency (#196)
Browse files Browse the repository at this point in the history
* Update the sw-toolbox dependency

* Don't bump sw-precache's version yet.
  • Loading branch information
jeffposnick committed Oct 18, 2016
1 parent 3d1cbdd commit d93a0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sw-precache.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function generate(params, callback) {
runtimeCaching = generateRuntimeCaching(params.runtimeCaching);
var pathToSWToolbox = require.resolve('sw-toolbox/sw-toolbox.js');
swToolboxCode = fs.readFileSync(pathToSWToolbox, 'utf8')
.replace('//# sourceMappingURL=sw-toolbox.map.json', '');
.replace('//# sourceMappingURL=sw-toolbox.js.map', '');
}

// It's very important that running this operation multiple times with the same input files
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"meow": "^3.3.0",
"mkdirp": "^0.5.1",
"pretty-bytes": "^3.0.1",
"sw-toolbox": "^3.2.0"
"sw-toolbox": "^3.4.0"
},
"repository": "googlechrome/sw-precache",
"bugs": "https://github.com/googlechrome/sw-precache/issues",
Expand Down

0 comments on commit d93a0e7

Please sign in to comment.