@babel/plugin-transform-property-mutators
Advanced tools
+1
-1
@@ -39,3 +39,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
| var index = declare(api => { | ||
| api.assertVersion("8.0.0-beta.0"); | ||
| api.assertVersion("8.0.0-beta.1"); | ||
| return { | ||
@@ -42,0 +42,0 @@ name: "transform-property-mutators", |
+5
-5
| { | ||
| "name": "@babel/plugin-transform-property-mutators", | ||
| "version": "8.0.0-beta.0", | ||
| "version": "8.0.0-beta.1", | ||
| "description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty", | ||
@@ -20,10 +20,10 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-plugin-utils": "^8.0.0-beta.0" | ||
| "@babel/helper-plugin-utils": "^8.0.0-beta.1" | ||
| }, | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-beta.0" | ||
| "@babel/core": "^8.0.0-beta.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-beta.0", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-beta.0" | ||
| "@babel/core": "^8.0.0-beta.1", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-beta.1" | ||
| }, | ||
@@ -30,0 +30,0 @@ "engines": { |