Comparing version 1.3.3 to 1.3.4
@@ -80,3 +80,3 @@ # Koa.js usage: | ||
router | ||
.post(['/', '/test'], 'echo') | ||
.post(['/', '/test'], { action: 'echo'}) | ||
.get('/', { | ||
@@ -83,0 +83,0 @@ controller: 'ctrl', |
{ | ||
"name": "hekdi", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Depedency injection framework for node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18409