Update package.json

This commit is contained in:
James Kyle
2015-10-30 11:37:48 -07:00
parent fca45816c5
commit f7003c2393

View File

@@ -2,7 +2,7 @@
"name": "babel-plugin-undeclared-variables-check",
"version": "6.0.2",
"description": "Throw a compile-time error on references to undeclared variables",
"repository": "babel/babel",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-undeclared-variables-check",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
@@ -12,4 +12,4 @@
"babel-runtime": "^6.0.2",
"leven": "^1.0.2"
}
}
}