Skip to content

Commit

Permalink
Updated version to 0.0.4
Browse files Browse the repository at this point in the history
Also, updated dependencies
  • Loading branch information
jkleinsc committed Nov 23, 2015
1 parent da9227b commit a71d6e9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "broccoli-serviceworker",
"version": "0.0.3",
"version": "0.0.4",
"description": "A broccoli plugin automating ServiceWorker file creation for Broccoli and Ember.js",
"main": "lib/service-worker.js",
"ember-addon": {
Expand All @@ -26,13 +26,11 @@
},
"homepage": "https://github.com/jkleinsc/broccoli-serviceworker",
"dependencies": {
"broccoli-funnel": "~0.2.3",
"broccoli-kitchen-sink-helpers": "~0.2.2",
"broccoli-merge-trees": "~0.1.4",
"broccoli-funnel": "~1.0.1",
"broccoli-kitchen-sink-helpers": "~0.3.1",
"broccoli-merge-trees": "~1.0.0",
"broccoli-writer": "~0.1.1",
"serviceworker-cache-polyfill": "^3.0.0"
},
"devDependencies": {
"serviceworker-cache-polyfill": "^3.0.0",
"stringifile": "^0.1.1"
}
}

0 comments on commit a71d6e9

Please sign in to comment.