Skip to content

Commit

Permalink
add all of dist to 'files' array
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Jul 11, 2019
1 parent e1ac460 commit a8734e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"umd:main": "dist/calendarx.umd.js",
"module": "dist/calendarx.mjs",
"source": "src/index.js",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"build": "microbundle --name Calendarx --jsx React.createElement",
Expand Down

0 comments on commit a8734e0

Please sign in to comment.