Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
[npm] add a files section
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 4, 2016
1 parent 35008a7 commit 7a59b24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.1.2",
"description": "Simplifies creation of a service worker to serve your webpack bundles",
"main": "lib/index.js",
"files": [
"lib",
"src"
],
"scripts": {
"lint": "eslint .",
"test": "npm run lint",
Expand Down

0 comments on commit 7a59b24

Please sign in to comment.