浏览代码

Merge pull request #486 from janl/9d967ea61f09174238d7ff51116dfbc9339a0fbd

Updated chai to version 3.3.0
tags/v2.2.0
Jan Lehnardt 10 年前
父节点
当前提交
42d0ebd850
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      package.json

+ 1
- 1
package.json 查看文件

@@ -40,7 +40,7 @@
"test-browser-local": "npm run pre-test-browser && zuul --local 8080 -- test/context-test.js test/scanner-test.js test/parse-test.js test/render-test-browser.js"
},
"devDependencies": {
"chai": "^2.3.0",
"chai": "3.3.0",
"eslint": "1.5.0",
"mocha": "^2.1.0",
"zuul": "^2.1.1"


正在加载...
取消
保存