This commit is contained in:
Logan Smyth
2017-02-13 17:14:12 -08:00
parent 24400c5b66
commit 48573f1fb4
36 changed files with 96 additions and 96 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-class-properties",
"version": "6.22.0",
"version": "6.23.0",
"description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-class-properties",
"license": "MIT",
@@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-function-name": "^6.22.0",
"babel-helper-function-name": "^6.23.0",
"babel-plugin-syntax-class-properties": "^6.8.0",
"babel-runtime": "^6.22.0",
"babel-template": "^6.22.0"
"babel-template": "^6.23.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.22.0"