Skip to content

Commit

Permalink
Remove inline source map
Browse files Browse the repository at this point in the history
  • Loading branch information
Jas Chen committed May 22, 2016
1 parent e3bfddd commit 9f88e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"scripts": {
"prebuild": "rm -rf lib",
"build": "babel src --out-dir lib --source-maps inline",
"build": "babel src --out-dir lib",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 9f88e15

Please sign in to comment.