Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Remove unneeded entry for babel in package.json
Browse files Browse the repository at this point in the history
closes #228
  • Loading branch information
Kye Hohenberger committed Jan 3, 2018
1 parent c04b994 commit d5f7577
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
"code": "5.x.x",
"lab": "15.x.x"
},
"babel": {
"presets": [
"es2015"
]
},
"scripts": {
"build-client": "mkdir -p dist; babel lib/browser.js --out-file dist/browser.js",
"prepare": "npm run-script build-client",
Expand Down

0 comments on commit d5f7577

Please sign in to comment.