Skip to content

Commit

Permalink
deps: egg-security@1 (eggjs#67)
Browse files Browse the repository at this point in the history
add koa and nunjucks for dev deps
  • Loading branch information
fengmk2 authored and dead-horse committed Aug 30, 2016
1 parent 3a80be3 commit a84664b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
6 changes: 5 additions & 1 deletion .autod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ module.exports = {
exclude: [
'test/fixtures',
'examples',
'benchmarks',
],
devdep: [
'autod',
'autod-egg'
'autod-egg',
'nunjucks',
'koa',
],
keep: [
],
semver: [
'koa@1',
],
};
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"delegates": "^1.0.0",
"egg-cluster": "^0.1.0",
"egg-cookies": "^1.0.0",
"egg-core": "^0.2.0",
"egg-core": "^0.2.1",
"egg-cors": "^0.0.2",
"egg-development": "^0.0.2",
"egg-i18n": "^1.0.1",
"egg-i18n": "^1.0.2",
"egg-logger": "^1.2.0",
"egg-logrotator": "^2.0.0",
"egg-logrotator": "^2.1.0",
"egg-multipart": "^1.0.0",
"egg-onerror": "^0.0.3",
"egg-rest": "^1.0.0",
"egg-schedule": "^2.0.0",
"egg-security": "^0.0.4",
"egg-security": "^1.0.3",
"egg-session": "^0.0.2",
"egg-static": "^0.1.0",
"egg-userrole": "^0.1.0",
Expand All @@ -39,12 +39,12 @@
"urllib": "^2.13.0"
},
"devDependencies": {
"autod": "^2.7.0",
"autod": "^2.7.1",
"autod-egg": "^1.0.0",
"beautify-benchmark": "^0.2.4",
"benchmark": "^2.1.0",
"co-sleep": "^0.0.1",
"coffee": "^3.2.4",
"coffee": "^3.2.5",
"egg-bin": "1",
"egg-ci": "1",
"egg-mock": "^0.0.4",
Expand All @@ -54,9 +54,11 @@
"eslint-config-egg": "^3.1.0",
"estraverse": "^4.1.1",
"formstream": "^1.0.0",
"glob": "^7.0.5",
"glob": "^7.0.6",
"koa": "^1.2.1",
"merge-descriptors": "^1.0.1",
"moment": "^2.14.1",
"nunjucks": "^2.4.2",
"once": "^1.3.3",
"pedding": "^1.0.0",
"rds": "^0.1.0",
Expand All @@ -81,6 +83,7 @@
"cov": "egg-bin cov",
"ci": "npm run lint && npm run test-examples && npm run cov",
"autod": "autod",
"autod-china": "autod --registry=https://registry.npm.taobao.org",
"doc": "./scripts/doc.sh",
"puml": "puml . --dest ./docs",
"commits": "./scripts/commits.sh",
Expand Down

0 comments on commit a84664b

Please sign in to comment.