Skip to content

Commit

Permalink
Move koa-authz from devDependencies to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexnow authored and hsluoyz committed Nov 26, 2018
1 parent 268e4bf commit f2a3591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"url": "https://github.com/node-casbin/egg-authz/issues"
},
"homepage": "https://github.com/node-casbin/egg-authz#readme",
"dependencies": {},
"dependencies": {
"koa-authz": "^1.0.0"
},
"devDependencies": {
"coveralls": "^3.0.2",
"egg": "^2.10.0",
Expand All @@ -45,7 +47,6 @@
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^3.1.0",
"koa-authz": "^1.0.0"
"eslint-plugin-standard": "^3.1.0"
}
}

0 comments on commit f2a3591

Please sign in to comment.