v6.1.9
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-es2015-classes",
|
||||
"version": "6.1.8",
|
||||
"version": "6.1.9",
|
||||
"description": "Compile ES2015 classes to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"babel-helper-optimise-call-expression": "^6.1.8",
|
||||
"babel-helper-function-name": "^6.1.8",
|
||||
"babel-helper-replace-supers": "^6.1.8",
|
||||
"babel-template": "^6.1.8",
|
||||
"babel-traverse": "^6.1.8",
|
||||
"babel-helper-define-map": "^6.1.8",
|
||||
"babel-messages": "^6.1.8",
|
||||
"babel-helper-optimise-call-expression": "^6.1.9",
|
||||
"babel-helper-function-name": "^6.1.9",
|
||||
"babel-helper-replace-supers": "^6.1.9",
|
||||
"babel-template": "^6.1.9",
|
||||
"babel-traverse": "^6.1.9",
|
||||
"babel-helper-define-map": "^6.1.9",
|
||||
"babel-messages": "^6.1.9",
|
||||
"babel-runtime": "^5.0.0",
|
||||
"babel-types": "^6.1.8"
|
||||
"babel-types": "^6.1.9"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "^6.1.8"
|
||||
"babel-helper-plugin-test-runner": "^6.1.9"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user