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

Commit

Permalink
Merge pull request #229 from tkh44/fix-babel-pkg
Browse files Browse the repository at this point in the history
Remove unneeded entry for babel in package.json
  • Loading branch information
hueniverse committed Jan 3, 2018
2 parents 4be11d0 + d5f7577 commit 0f0b58c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
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 0f0b58c

Please sign in to comment.