@tothalex/nulljs-darwin-arm64 0.0.1 → 0.0.73

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 (3) hide show
  1. package/bin/server +0 -0
  2. package/package.json +2 -2
  3. package/README.md +0 -5
package/bin/server ADDED
Binary file
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@tothalex/nulljs-darwin-arm64",
3
- "version": "0.0.1",
3
+ "version": "0.0.73",
4
4
  "os": ["darwin"],
5
5
  "cpu": ["arm64"],
6
- "files": ["bin/", "README.md"],
6
+ "files": ["bin/"],
7
7
  "description": "Platform-specific binary for nulljs-server (darwin-arm64)",
8
8
  "repository": {
9
9
  "type": "git",
package/README.md DELETED
@@ -1,5 +0,0 @@
1
- # @tothalex/nulljs-darwin-arm64
2
-
3
- Platform-specific binary for nulljs-server (darwin-arm64).
4
-
5
- This package is automatically populated with binaries during the release process.