@file-services/utils
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "@file-services/utils", | ||
"description": "Common file system utility functions.", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"main": "cjs/index.js", | ||
@@ -13,10 +13,10 @@ "module": "esm/index.js", | ||
"lint:src": "tslint --project src", | ||
"test": "mocha -r @ts-tools/node \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx", | ||
"test": "mocha -r @ts-tools/node \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx --colors", | ||
"prepack": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@file-services/types": "^0.4.0" | ||
"@file-services/types": "^0.4.1" | ||
}, | ||
"devDependencies": { | ||
"@file-services/test-kit": "^0.4.0" | ||
"@file-services/test-kit": "^0.4.1" | ||
}, | ||
@@ -26,3 +26,3 @@ "files": [ | ||
"esm", | ||
"src" | ||
"src/**/*.ts" | ||
], | ||
@@ -36,3 +36,3 @@ "license": "MIT", | ||
"sideEffects": false, | ||
"gitHead": "88403a745651cbbaf45b492b0b37d7f044cf3ea0" | ||
"gitHead": "42d126428bfa7b7f275972b5f49ca33bc9291c89" | ||
} |
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
65206
48
1075
Updated@file-services/types@^0.4.1