v6.1.16
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-plugin-transform-exponentiation-operator",
|
||||
"version": "6.1.15",
|
||||
"version": "6.1.16",
|
||||
"description": "Compile exponentiation operator to ES5",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-exponentiation-operator",
|
||||
"license": "MIT",
|
||||
@@ -9,11 +9,11 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"babel-plugin-syntax-exponentiation-operator": "^6.1.15",
|
||||
"babel-helper-builder-binary-assignment-operator-visitor": "^6.1.15",
|
||||
"babel-plugin-syntax-exponentiation-operator": "^6.1.16",
|
||||
"babel-helper-builder-binary-assignment-operator-visitor": "^6.1.16",
|
||||
"babel-runtime": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "^6.1.15"
|
||||
"babel-helper-plugin-test-runner": "^6.1.16"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user