Skip to content

Commit

Permalink
Exclude source map reference from npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed May 1, 2020
1 parent f1c8036 commit a9dc91b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"index.d.ts"
],
"scripts": {
"build": "tsc --sourceMap false",
"prepublishOnly": "tsc",
"build": "tsc",
"prepack": "tsc --sourceMap false",
"test": "tsc && tsd && xo && browserify -p esmify test.js | tape-run",
"watch": "tsc --watch"
},
Expand Down

0 comments on commit a9dc91b

Please sign in to comment.