Skip to content

Commit

Permalink
fix: use package.json "files" instead of npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Apr 27, 2017
1 parent a3811fa commit f0067eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .npmignore

This file was deleted.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"author": "Evan Scott <probablyup@gmail.com>",
"repository": "probablyup/markdown-to-jsx",
"bugs": "https://github.com/probablyup/markdown-to-jsx/issues",
"files": [
"index.js",
"index.es5.js",
"LICENSE",
"README.md"
],
"main": "index.es5.js",
"jsnext:main": "index.js",
"module": "index.js",
Expand Down

0 comments on commit f0067eb

Please sign in to comment.