Skip to content

Commit

Permalink
add src/ to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Apr 22, 2020
1 parent 22ea552 commit 0552efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"module": "dist/boardgameio.es.js",
"types": "dist/types/src/types.d.ts",
"files": [
"src",
"dist/boardgameio.js",
"dist/boardgameio.min.js",
"dist/boardgameio.es.js",
Expand Down

2 comments on commit 0552efb

@delucis
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity, what’s the rationale for including src In the npm bundle? Are there use cases for consuming it directly instead of the rollup output?

@delucis
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.