Skip to content

Commit

Permalink
Don't publish sourcemaps (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Sep 27, 2018
1 parent 3a9f4de commit b43e5c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"files": [
"build/src"
"build/src",
"!build/src/**/*.map"
],
"scripts": {
"check": "gts check",
Expand Down

0 comments on commit b43e5c9

Please sign in to comment.