Skip to content

Commit

Permalink
chore: package only specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
terinjokes committed Nov 13, 2015
1 parent e9fe539 commit c572ae3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@
node_modules
build
components
components
coverage
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -34,6 +34,11 @@
"xo": {
"space": true
},
"files": [
"index.js",
"minifier.js",
"lib/"
],
"scripts": {
"test": "xo && istanbul cover ./node_modules/tape/bin/tape test/*.js",
"coverage": "cat ./coverage/lcov.info | coveralls"
Expand Down

0 comments on commit c572ae3

Please sign in to comment.