@neon-rs/cli 0.0.12 → 0.0.14

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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: ["README.md", "index.node"]
15104
+ files: ["index.node"]
15105
15105
  };
15106
15106
  const OPTIONAL_KEYS = [
15107
15107
  'author', 'repository', 'keywords', 'bugs', 'homepage', 'license', 'engines'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neon-rs/cli",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "description": "Command-line build tool for Neon modules.",
5
5
  "type": "module",
6
6
  "exports": "./index.js",