Skip to content

Commit 4f1f34a

Browse files
committed
Revert "Upgrade babel to enable typescript syntax"
This reverts commit 8b6311e.
1 parent 27077b3 commit 4f1f34a

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.babelrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
"presets": [
3-
"@babel/preset-env"
4-
]
2+
"presets": ["es2015"]
53
}

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
"test:watch": "npm test -- --watch"
1515
},
1616
"devDependencies": {
17-
"@babel/cli": "^7.0.0",
18-
"@babel/core": "^7.0.0",
19-
"@babel/parser": "^7.3.2",
20-
"@babel/polyfill": "^7.0.0",
21-
"@babel/preset-env": "^7.0.0",
22-
"babel-core": "^7.0.0-bridge.0",
23-
"babel-eslint": "^9.0.0",
24-
"babel-jest": "^23.4.2",
17+
"babel-cli": "^6.14.0",
18+
"babel-core": "^6.14.0",
19+
"babel-eslint": "^7.0.0",
20+
"babel-jest": "^20.0.0",
21+
"babel-polyfill": "^6.16.0",
22+
"babel-preset-es2015": "^6.14.0",
2523
"babylon": "^6.17.2",
2624
"coveralls": "^2.11.8",
2725
"eslint": "^3.12.1",

0 commit comments

Comments
 (0)