@neon-rs/cli 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -15101,7 +15101,7 @@ class PackBuild {
|
|
|
15101
15101
|
os: [targetInfo.platform],
|
|
15102
15102
|
cpu: [targetInfo.arch],
|
|
15103
15103
|
main: "index.node",
|
|
15104
|
-
files: ["
|
|
15104
|
+
files: ["index.node"]
|
|
15105
15105
|
};
|
|
15106
15106
|
const OPTIONAL_KEYS = [
|
|
15107
15107
|
'author', 'repository', 'keywords', 'bugs', 'homepage', 'license', 'engines'
|