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