Skip to content

Commit

Permalink
feat(package): only publish certain files
Browse files Browse the repository at this point in the history
  • Loading branch information
calebmer committed Apr 23, 2016
1 parent b535608 commit 7d26e8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dist/
index.js
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./dist/index.js')
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
"connection"
],
"main": "index.js",
"files": [
"README.md",
"LICENSE",
"dist",
"index.js"
],
"scripts": {
"lint": "scripts/lint.sh",
"build": "scripts/build.sh",
Expand Down

0 comments on commit 7d26e8e

Please sign in to comment.