@netlify/functions
Advanced tools
Comparing version 0.11.0-rc to 0.11.0
@@ -5,3 +5,3 @@ { | ||
"types": "./dist/main.d.ts", | ||
"version": "0.11.0-rc", | ||
"version": "0.11.0", | ||
"description": "JavaScript utilities for Netlify Functions", | ||
@@ -14,2 +14,3 @@ "files": [ | ||
"build": "tsc", | ||
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/", | ||
"prepack": "npm run build", | ||
@@ -41,8 +42,2 @@ "prepublishOnly": "npm ci && npm test", | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS", | ||
"pre-push": "npm run format" | ||
} | ||
}, | ||
"keywords": [], | ||
@@ -64,5 +59,5 @@ "license": "MIT", | ||
"@commitlint/config-conventional": "^13.0.0", | ||
"@netlify/eslint-config-node": "^3.3.10", | ||
"@netlify/eslint-config-node": "^4.1.6", | ||
"ava": "^2.4.0", | ||
"husky": "^4.3.8", | ||
"husky": "^7.0.4", | ||
"npm-run-all": "^4.1.5", | ||
@@ -69,0 +64,0 @@ "nyc": "^15.0.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
28214