Skip to content

Commit

Permalink
added sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
jspears committed May 18, 2016
1 parent 1bf6f6f commit 64a674a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react": "^15.0.2"
},
"scripts": {
"dist": "babel src --out-dir dist",
"dist": "babel -s src --out-dir dist",
"test": "mocha --compilers js:babel-register test/*-test.js",
"prepublish": "npm run dist",
"preversion": "npm run prepublish && npm run test"
Expand Down

0 comments on commit 64a674a

Please sign in to comment.