Skip to content

Commit

Permalink
Simple Components: Use npx for babel, drop devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jun 2, 2018
1 parent 1c7701d commit c61a462
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0-alpha.5",
"description": "React components, as used on WordPress.com",
"scripts": {
"build": "babel --only ./index.js,./button/,./main/ --out-dir cjs .",
"build": "npx babel --only ./index.js,./button/,./main/ --out-dir cjs .",
"prepublishOnly": "npm run build"
},
"repository": {
Expand Down Expand Up @@ -37,8 +37,5 @@
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.44"
}
}

0 comments on commit c61a462

Please sign in to comment.