Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "hono", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Ultrafast web framework for Cloudflare Workers.", | ||
@@ -14,4 +14,4 @@ "main": "dist/index.js", | ||
"lint:fix": "eslint --ext js,ts src .eslintrc.js --fix", | ||
"build": "rimraf dist && tsc", | ||
"watch": "tsc -w", | ||
"build": "rimraf dist && tsc --project tsconfig.build.json", | ||
"watch": "tsc --project tsconfig.build.json -w", | ||
"prepublishOnly": "yarn build" | ||
@@ -18,0 +18,0 @@ }, |
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
117165
75
2678