Skip to content

Commit

Permalink
use files in package.json to avoid publishing .babelrc and other dev …
Browse files Browse the repository at this point in the history
…files to NPM. See cssinjs/jss#673
  • Loading branch information
osdevisnot committed Oct 5, 2018
1 parent 3d35e45 commit f17f5df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"test": "babel-tape-runner test/*.js | tap-spec",
"prepublish": "npm run build"
},
"files": [
"dist",
"src"
],
"keywords": [],
"license": "MIT",
"dependencies": {},
Expand Down

0 comments on commit f17f5df

Please sign in to comment.