Skip to content

Commit

Permalink
bump sw-toolbox and import correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcobain committed Oct 19, 2016
1 parent cc9067f commit 7b2cda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var brocWriter = require("broccoli-writer");
var helpers = require("broccoli-kitchen-sink-helpers");
var funnel = require('broccoli-funnel');
var swToolboxFile = require.resolve('sw-toolbox/sw-toolbox.js');
var swToolboxMapFile = require.resolve('sw-toolbox/sw-toolbox.map.json');
var swToolboxMapFile = require.resolve('sw-toolbox/sw-toolbox.js.map');
var toolboxLocation = 'sw-toolbox.js';
var rsvp= require('rsvp');
var BroccoliServiceWorker = function BroccoliServiceWorker(inTree, options) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"broccoli-writer": "~0.1.1",
"rsvp": "^3.1.0",
"stringifile": "^0.1.1",
"sw-toolbox": "^3.1.1"
"sw-toolbox": "^3.4.0"
}
}

0 comments on commit 7b2cda3

Please sign in to comment.