浏览代码

Use older version of eslint to stay pre Node.js 1 compliant a little longer

As of writing this, we cannot use the latest version of eslint v2.x
because there's something in there that causes explotions when run
with pre Node.js 1 installed.
tags/v3.0.1
Phillip Johnsen 7 年前
父节点
当前提交
b86665dafd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      package.json

+ 1
- 1
package.json 查看文件

@@ -41,7 +41,7 @@
},
"devDependencies": {
"chai": "^3.4.0",
"eslint": "^2.5.1",
"eslint": "2.5.1",
"jshint": "^2.9.5",
"mocha": "^3.0.2",
"uglify-js": "^3.4.6",


正在加载...
取消
保存