@react-native-windows/fs
Advanced tools
Comparing version 0.73.0 to 0.73.1
{ | ||
"name": "@react-native-windows/fs", | ||
"description": "A minimal-dependency drop-in replacement to `fs` with changes for resiliency, promises, and convenience.", | ||
"version": "0.73.0", | ||
"version": "0.73.1", | ||
"license": "MIT", | ||
@@ -39,7 +39,10 @@ "scripts": { | ||
"beachball": { | ||
"defaultNpmTag": "latest", | ||
"defaultNpmTag": "v0.73-stable", | ||
"disallowedChangeTypes": [ | ||
"major", | ||
"minor", | ||
"prerelease" | ||
"prerelease", | ||
"premajor", | ||
"preminor", | ||
"prepatch" | ||
] | ||
@@ -46,0 +49,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
169178