npm-profile
Advanced tools
Comparing version 6.2.1 to 7.0.0
{ | ||
"name": "npm-profile", | ||
"version": "6.2.1", | ||
"version": "7.0.0", | ||
"description": "Library for updating an npmjs.com profile", | ||
@@ -23,3 +23,3 @@ "keywords": [], | ||
"@npmcli/eslint-config": "^3.0.1", | ||
"@npmcli/template-oss": "3.5.0", | ||
"@npmcli/template-oss": "4.4.4", | ||
"nock": "^13.2.4", | ||
@@ -29,5 +29,2 @@ "tap": "^16.0.1" | ||
"scripts": { | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"prepublishOnly": "git push origin --follow-tags", | ||
"posttest": "npm run lint", | ||
@@ -42,11 +39,15 @@ "test": "tap", | ||
"tap": { | ||
"check-coverage": true | ||
"check-coverage": true, | ||
"nyc-arg": [ | ||
"--exclude", | ||
"tap-snapshots/**" | ||
] | ||
}, | ||
"engines": { | ||
"node": "^12.13.0 || ^14.15.0 || >=16.0.0" | ||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" | ||
}, | ||
"templateOSS": { | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "3.5.0" | ||
"version": "4.4.4" | ||
} | ||
} |
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
28148