Skip to content

Commit

Permalink
Fixed test faild
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 10, 2018
1 parent 5cb4bbb commit 8e1e5a0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,19 @@
"author": "kenny wang <wowohoo@qq.com> (http://JSLite.io)",
"license": "MIT",
"devDependencies": {
"bannerjs": "^1.0.5",
"chai": "^4.1.2",
"karma": "^1.7.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-webpack": "^2.0.4",
"mocha": "^3.5.3",
"onchange": "^3.2.1",
"uglify-js": "^3.3.10",
"umd": "^3.0.1",
"webpack": "^3.5.6"
"bannerjs": "1.0.5",
"chai": "4.1.2",
"karma": "1.7.1",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-firefox-launcher": "1.0.1",
"karma-mocha": "1.3.0",
"karma-webpack": "2.0.4",
"mocha": "3.5.3",
"onchange": "3.2.1",
"sync-exec": "0.6.2",
"uglify-js": "3.3.10",
"umd": "3.0.1",
"webpack": "3.5.6"
}
}

0 comments on commit 8e1e5a0

Please sign in to comment.