Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyou2012 committed May 21, 2019
1 parent 3df6a80 commit b2316f0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-mapper",
"version": "0.0.6",
"version": "0.1.0",
"description": "A better and smart router middleware for koa.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -57,27 +57,27 @@
"methods": "^1.1.2",
"moment": "^2.24.0",
"path-to-regexp": "^3.0.0",
"qs": "^6.6.0"
"qs": "^6.7.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.1",
"@babel/register": "^7.4.0",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"babel-eslint": "^10.0.1",
"babel-plugin-istanbul": "^5.1.1",
"babel-plugin-istanbul": "^5.1.4",
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"eslint": "^5.15.3",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"koa": "^2.7.0",
"koa-logger": "^3.2.0",
"mocha": "^6.0.2",
"nyc": "^13.3.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"pre-commit": "^1.2.2",
"rimraf": "^2.6.3",
"supertest": "^4.0.2"
Expand Down

0 comments on commit b2316f0

Please sign in to comment.