This commit is contained in:
Henry Zhu
2016-10-24 17:18:36 -04:00
parent aae09a27d6
commit 12f9cd0826
48 changed files with 148 additions and 148 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-instanceof",
"version": "6.8.0",
"version": "6.18.0",
"description": "This plugin transforms all the ES2015 'instanceof' methods",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-instanceof",
"license": "MIT",
@@ -12,6 +12,6 @@
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
"babel-helper-plugin-test-runner": "^6.18.0"
}
}