@handy-common-utils/fs-utils
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "@handy-common-utils/fs-utils", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "File system operations related utilities based on fs-extra", | ||
@@ -8,3 +8,3 @@ "scripts": { | ||
"test": "nyc mocha -r ts-node/register test/**/*spec.ts", | ||
"prepare": "shx rm -rf dist && tsc && shx chmod +x dist/bin/*.js", | ||
"prepare": "shx rm -rf dist && tsc && shx chmod +x dist/bin/*.js && es-check", | ||
"preversion": "generate-api-docs-and-update-readme && git add README.md" | ||
@@ -26,5 +26,6 @@ }, | ||
"devDependencies": { | ||
"@handy-common-utils/dev-dependencies": "^1.0.10", | ||
"@handy-common-utils/dev-dependencies": "^1.0.11", | ||
"@types/fs-extra": "^9.0.2", | ||
"@types/tmp": "^0.2.0", | ||
"es-check": "^5.1.2", | ||
"tmp": "^0.2.1" | ||
@@ -31,0 +32,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
32017
5