replace-json-property
Advanced tools
Comparing version 1.4.4 to 1.5.0
{ | ||
"name": "replace-json-property", | ||
"version": "1.4.4", | ||
"version": "1.5.0", | ||
"description": "CLI tool to replace a property in a JSON file", | ||
"main": "index.js", | ||
"main": "src/replace-json-property.js", | ||
"husky": { | ||
@@ -38,2 +38,6 @@ "hooks": { | ||
"scripts": { | ||
"build": "npm-run-all copy:*", | ||
"copy:bin": "cpx './bin/*.*' ./dist/bin", | ||
"copy:src": "cpx './src/**/!(*.spec).js' ./dist/src", | ||
"copy:package-json": "cpx package.json ./dist", | ||
"format:check": "prettier --list-different '{src,__mocks__,bin}/**/*.js'", | ||
@@ -80,5 +84,7 @@ "format:write": "prettier --write '{src,__mocks__,bin}/**/*.js'", | ||
"commitizen": "^3.0.5", | ||
"cpx": "^1.5.0", | ||
"husky": "^1.2.1", | ||
"jest": "^23.6.0", | ||
"lint-staged": "^8.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^1.15.3", | ||
@@ -85,0 +91,0 @@ "semantic-release": "^15.14.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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
5063
14
5
82
1
0