Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyou2012 committed Nov 6, 2019
1 parent 66b3586 commit 0ab6da0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"presets": [
["@babel/env", {
"targets": {
"node": 6
"node": 8
}
}]
],
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa-mapper",
"version": "0.1.2",
"version": "0.2.0",
"description": "A better and smart router middleware for koa.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://github.com/d-band/koa-mapper#readme",
"engines": {
"node": ">= 4"
"node": ">= 8"
},
"dependencies": {
"ajv": "^6.10.2",
Expand All @@ -61,10 +61,10 @@
"qs": "^6.9.0"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"babel-eslint": "^10.0.3",
"babel-plugin-istanbul": "^5.2.0",
"chai": "^4.2.0",
Expand Down

0 comments on commit 0ab6da0

Please sign in to comment.