Skip to content

Commit

Permalink
Only package certain files.
Browse files Browse the repository at this point in the history
  • Loading branch information
millette committed Aug 25, 2016
1 parent 9b46d9d commit 54c62b3
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 @@ -6,6 +6,10 @@
"version": "0.3.1",
"description": "Compile CouchDB design doc written in modern JavaScript.",
"bin": "cli.js",
"files": [
"cli.js",
"index.js"
],
"main": "index.js",
"scripts": {
"lint": "standard",
Expand Down

0 comments on commit 54c62b3

Please sign in to comment.