Skip to content

Commit

Permalink
fix typo in prepublish command
Browse files Browse the repository at this point in the history
  • Loading branch information
briancappello committed Oct 22, 2017
1 parent 12d67cf commit d128058
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "gulp server",
"prepublish": "babel ./src --out-dir ./lib --plugins=transform-class-properties,transform-react-jsx --preset=env",
"prepublish": "babel ./src --out-dir ./lib --plugins=transform-class-properties,transform-react-jsx --presets=env",
"test": "karma start --single-run",
"dev-test": "karma start"
},
Expand Down

0 comments on commit d128058

Please sign in to comment.