Skip to content

Commit 17abdc7

Browse files
committed
Update from beta to final babel 7
1 parent 3474298 commit 17abdc7

File tree

2 files changed

+2094
-1246
lines changed

2 files changed

+2094
-1246
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
3-
"@babel/core": "^7.0.0-beta.42",
4-
"@babel/preset-env": "^7.0.0-beta.42",
3+
"@babel/core": "^7.0.0",
4+
"@babel/preset-env": "^7.0.0",
55
"babel-core": "^6.26.0",
66
"babel-preset-env": "^1.6.1",
77
"eslint": "^4.19.1",
@@ -40,7 +40,7 @@
4040
"semver": "^5.3.0"
4141
},
4242
"peerDependencies": {
43-
"@babel/core": "^7.0.0-beta.42"
43+
"@babel/core": "^7.0.0"
4444
},
4545
"jest": {
4646
"testMatch": [

0 commit comments

Comments
 (0)