Skip to content

Commit

Permalink
fix(charts): including src folder in the package for source maps
Browse files Browse the repository at this point in the history
Folder needs to be included for source maps.
  • Loading branch information
markmcdowell committed Dec 17, 2019
1 parent 5b90209 commit 632a699
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
"lib"
"lib",
"src"
],
"sideEffects": false,
"author": "reactivemarkets",
Expand Down

0 comments on commit 632a699

Please sign in to comment.