@geek/jsonc
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@geek/jsonc", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "JSONC and JSON utilities for JavaScript with Node.js and Axway Titanium. ", | ||
@@ -9,4 +9,5 @@ "main": "jsonc.js", | ||
"prep": "npm install --ignore-scripts && npm run list", | ||
"prepublishOnly2": "git pull && bump release", | ||
"test": "npm run prep" | ||
"prepublishOnly": "git pull && bump release", | ||
"test": "npm run prep", | ||
"lint": "eslint . --fix" | ||
}, | ||
@@ -48,5 +49,5 @@ "author": "Axway", | ||
"@geek/eslint-config": "0.0.17", | ||
"eslint": "^7.11.0", | ||
"eslint": "^7.12.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsdoc": "^30.6.5", | ||
"eslint-plugin-jsdoc": "^30.7.3", | ||
"eslint-plugin-promise": "^4.2.1", | ||
@@ -53,0 +54,0 @@ "fs-extra": "^9.0.1", |
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
10225