Comparing version 1.2.5 to 1.2.6
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/microlinkhq/tinyspawn", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"main": "src/index.js", | ||
@@ -17,2 +17,6 @@ "author": { | ||
"email": "josefrancisco.verdu@gmail.com" | ||
}, | ||
{ | ||
"name": "Jeff Jassky", | ||
"email": "jeff@jeffjassky.com" | ||
} | ||
@@ -49,5 +53,5 @@ ], | ||
"ci-publish": "latest", | ||
"conventional-github-releaser": "latest", | ||
"finepack": "latest", | ||
"git-authors-cli": "latest", | ||
"github-generate-release": "latest", | ||
"nano-staged": "latest", | ||
@@ -61,3 +65,3 @@ "npm-check-updates": "latest", | ||
"engines": { | ||
"node": ">= 18" | ||
"node": ">= 16" | ||
}, | ||
@@ -76,3 +80,3 @@ "files": [ | ||
"release": "standard-version -a", | ||
"release:github": "conventional-github-releaser -p angular", | ||
"release:github": "github-generate-release", | ||
"release:tags": "git push --follow-tags origin HEAD:master", | ||
@@ -79,0 +83,0 @@ "test": "c8 ava", |
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
11310