Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
welefen committed Oct 30, 2015
1 parent 20b01ed commit 9845acf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/config/hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ export default {
payload_validate: ['validate_payload'],
resource: ['check_resource', 'output_resource'],
route_parse: ['rewrite_pathname', 'subdomain_deploy', 'route'],
logic_before: ['read_html_cache', 'check_csrf'],
logic_before: ['check_csrf'],
logic_after: [],
controller_before: [],
controller_after: [],
view_before: [],
view_template: ['locate_template'],
view_parse: ['parse_template'],
view_after: ['write_html_cache'],
view_after: [],
response_end: []
};
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"watch-compile": "npm run compile -- --watch"
},
"dependencies": {
"thinkjs": "2.0.0",
"thinkjs": "2.0.x",
"babel": "5.8.21",
"babel-runtime": "5.6.17"
}
Expand Down

0 comments on commit 9845acf

Please sign in to comment.