@moonrepo/core-windows-x64-msvc
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@moonrepo/core-windows-x64-msvc", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Windows x64 MSVC binary for moon.", | ||
@@ -18,5 +18,2 @@ "keywords": [ | ||
], | ||
"files": [ | ||
"moon.exe" | ||
], | ||
"author": "Miles Johnson", | ||
@@ -30,4 +27,7 @@ "license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"executableFiles": [ | ||
"moon.exe" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
5377156