This commit is contained in:
Sebastian McKenzie
2015-10-30 04:53:38 +00:00
parent fb1da98c47
commit 69f17f7df1
18 changed files with 65 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-code-frame",
"version": "6.0.2",
"version": "6.0.12",
"description": "Generate errors that contain a code frame that point to source locations.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -8,11 +8,11 @@
"repository": "babel/babel",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.2",
"babel-runtime": "^6.0.12",
"chalk": "^1.1.0",
"esutils": "^2.0.2",
"js-tokens": "^1.0.1",
"line-numbers": "^0.2.0",
"repeating": "^1.1.3"
}
}
}