Skip to content

Commit

Permalink
Fixes #137 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt authored and jeffposnick committed Jan 24, 2017
1 parent cc5dfee commit 1680247
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/sw-appcache-behavior/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"manifest",
"app cache"
],
"files": [
"src",
"build"
],
"author": {
"name": "Jeff Posnick",
"email": "jeffy@google.com",
Expand Down
4 changes: 4 additions & 0 deletions packages/sw-background-sync-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"queue",
"sw-fw"
],
"files": [
"src",
"build"
],
"author": "Google's Web DevRel Team",
"license": "Apache-2.0",
"repository": "googlechrome/sw-helpers",
Expand Down
4 changes: 4 additions & 0 deletions packages/sw-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"bin": {
"sw-cli": "src/bin/index.js"
},
"files": [
"src",
"build"
],
"engines": {
"node": ">=4.0.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/sw-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"fetch requests",
"offline"
],
"files": [
"src",
"build"
],
"main": "build/sw-lib.min.js",
"module": "build/sw-lib.min.mjs",
"jsnext:main": "build/sw-lib.min.mjs",
Expand Down
6 changes: 5 additions & 1 deletion packages/sw-offline-google-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@
"repository": "googlechrome/sw-helpers",
"bugs": "https://github.com/googlechrome/sw-helpers/issues",
"homepage": "https://github.com/GoogleChrome/sw-helpers/tree/master/packages/sw-offline-google-analytics",
"main": "build/offline-google-analytics-import.min.js"
"main": "build/offline-google-analytics-import.min.js",
"files": [
"src",
"build"
]
}

0 comments on commit 1680247

Please sign in to comment.