upgrade babel-core to 4.7.8

This commit is contained in:
Sebastian McKenzie 2015-03-11 01:15:32 +11:00
parent fcb367666d
commit 665f0d6002

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-eslint", "name": "babel-eslint",
"version": "2.0.0", "version": "2.0.1",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"repository": { "repository": {
@ -8,7 +8,7 @@
"url": "https://github.com/babel/babel-eslint.git" "url": "https://github.com/babel/babel-eslint.git"
}, },
"dependencies": { "dependencies": {
"babel-core": "^4.6.0", "babel-core": "^4.7.8",
"lodash.assign": "^3.0.0" "lodash.assign": "^3.0.0"
}, },
"scripts": { "scripts": {