aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSteve Kellock <[email protected]>2017-01-19 10:51:30 -0500
committerSteve Kellock <[email protected]>2017-01-19 10:51:30 -0500
commit961e8c41e9d5310283c04034b11d64542208d614 (patch)
tree529e985bd74a2761d14b7545af5a6b92a920db7c /package.json
parent5f5367b7a573e4ecb3285c9b4512cffa5b54d544 (diff)
Moves babel config out of package.json.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/package.json b/package.json
index 16b5b83..04b6af4 100644
--- a/package.json
+++ b/package.json
@@ -33,12 +33,6 @@
"src",
"dist"
],
- "babel": {
- "presets": [
- "es2015",
- "stage-0"
- ]
- },
"eslintConfig": {
"parser": "babel-eslint",
"extends": "eslint:recommended",