Skip to content

Commit

Permalink
update deps. (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
gucong3000 authored May 2, 2018
1 parent a8624d2 commit 42e22d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mirror-config-china
[![Travis](https://img.shields.io/travis/gucong3000/mirror-config-china.svg?&label=Linux)](https://travis-ci.org/gucong3000/mirror-config-china)
[![AppVeyor](https://img.shields.io/appveyor/ci/gucong3000/mirror-config-china.svg?&label=Windows)](https://ci.appveyor.com/project/gucong3000/mirror-config-china)
[![codecov](https://img.shields.io/codecov/c/github/gucong3000/mirror-config-china.svg)](https://codecov.io/gh/gucong3000/mirror-config-china)
[![David](https://img.shields.io/david/gucong3000/mirror-config-china.svg)](https://david-dm.org/gucong3000/mirror-config-china)

为中国内地的Node.js开发者准备的镜像配置,大大提高node模块安装速度。

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"description": "Mirrors in China about node.js",
"devDependencies": {
"codecov": "^3.0.0",
"eslint": "^4.16.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^5.0.0",
"nyc": "^11.4.1"
"codecov": "^3.0.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"mocha": "^5.1.1",
"nyc": "^11.7.1"
},
"homepage": "https://github.com/gucong3000/mirror-config-china#readme",
"keywords": [
Expand Down Expand Up @@ -50,5 +50,5 @@
"install-test": "npm run install && npm test",
"test": "mocha --no-timeouts"
},
"version": "2.4.0"
"version": "2.5.0"
}

0 comments on commit 42e22d9

Please sign in to comment.