This commit is contained in:
Sebastian McKenzie
2015-11-11 23:40:20 -08:00
parent 445e914c4e
commit e018723c7e
117 changed files with 376 additions and 376 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-undeclared-variables-check",
"version": "6.1.7",
"version": "6.1.8",
"description": "Throw a compile-time error on references to undeclared variables",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-undeclared-variables-check",
"license": "MIT",
@@ -13,6 +13,6 @@
"leven": "^1.0.2"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.7"
"babel-helper-plugin-test-runner": "^6.1.8"
}
}