Skip to content

Commit

Permalink
Removed source-maps from npm package (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
suevalov authored Mar 22, 2019
1 parent a5028c9 commit 6d181ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
"types": "./typings.d.ts",
"files": [
"dist/cf-extension-api.js",
"dist/cf-extension-api.map",
"dist/cf-extension.css",
"lib/**/*.js",
"typings.d.ts"
],
"scripts": {
"test": "mocha test/unit/*.js",
"lint": "eslint --fix lib/ test/",
"build": "parcel build lib/index.js --out-file cf-extension-api.js --global contentfulExtension",
"build": "parcel build lib/index.js --no-source-maps --out-file cf-extension-api.js --global contentfulExtension",
"prepublishOnly": "npm run build",
"size": "echo \"Gzipped, estimate: $(gzip -9 -c dist/cf-extension-api.js | wc -c) bytes\""
},
Expand Down

0 comments on commit 6d181ae

Please sign in to comment.