v7.0.0-beta.5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-new-target",
|
||||
"version": "7.0.0-beta.4",
|
||||
"version": "7.0.0-beta.5",
|
||||
"description": "Transforms new.target meta property",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-new-target",
|
||||
"license": "MIT",
|
||||
@@ -12,8 +12,8 @@
|
||||
"@babel/core": ">=7.0.0-beta.4 <7.0.0-rc.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.4",
|
||||
"@babel/plugin-proposal-class-properties": "7.0.0-beta.4",
|
||||
"@babel/plugin-transform-arrow-functions": "7.0.0-beta.4"
|
||||
"@babel/helper-plugin-test-runner": "7.0.0-beta.5",
|
||||
"@babel/plugin-proposal-class-properties": "7.0.0-beta.5",
|
||||
"@babel/plugin-transform-arrow-functions": "7.0.0-beta.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user