Update package.json

This commit is contained in:
James Kyle 2015-10-30 11:15:19 -07:00
parent c582d41ea5
commit 8eef26c2ff

View File

@ -2,11 +2,11 @@
"name": "babel-helper-hoist-variables", "name": "babel-helper-hoist-variables",
"version": "6.0.2", "version": "6.0.2",
"description": "", "description": "",
"repository": "babel/babel", "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"babel-runtime": "^6.0.2", "babel-runtime": "^6.0.2",
"babel-types": "^6.0.2" "babel-types": "^6.0.2"
} }
} }