@moonrepo/cli
Advanced tools
Comparing version 0.0.1 to 0.0.4
{ | ||
"name": "@moonrepo/cli", | ||
"version": "0.0.1", | ||
"description": "Moon command line and core system.", | ||
"version": "0.0.4", | ||
"description": "moon command line and core system.", | ||
"keywords": [ | ||
@@ -26,3 +26,3 @@ "moon", | ||
"type": "git", | ||
"url": "https://github.com/milesj/moon", | ||
"url": "https://github.com/moonrepo/moon", | ||
"directory": "packages/cli" | ||
@@ -37,10 +37,7 @@ }, | ||
"optionalDependencies": { | ||
"@moonrepo/core-linux-x64-gnu": "^0.0.1", | ||
"@moonrepo/core-linux-x64-musl": "^0.0.1", | ||
"@moonrepo/core-macos-x64": "^0.0.1", | ||
"@moonrepo/core-windows-x64-msvc": "^0.0.1" | ||
}, | ||
"engines": { | ||
"node": ">=12.17.0" | ||
"@moonrepo/core-linux-x64-gnu": "^0.0.4", | ||
"@moonrepo/core-linux-x64-musl": "^0.0.4", | ||
"@moonrepo/core-macos-x64": "^0.0.4", | ||
"@moonrepo/core-windows-x64-msvc": "^0.0.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
3265