@warp-drive/memory-alpha 0.0.0

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/README.md +3 -0
  2. package/index.js +2 -0
  3. package/package.json +12 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @warp-drive/memory-alpha
2
+
3
+ This `0.0.0` version is a placeholder published only to reserve this package name ahead of its first real release from [warp-drive-data/warp-drive](https://github.com/warp-drive-data/warp-drive).
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ // placeholder release, see README
2
+ module.exports = {};
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "@warp-drive/memory-alpha",
3
+ "version": "0.0.0",
4
+ "private": false,
5
+ "description": "Reserved placeholder for @warp-drive/memory-alpha, published ahead of its first real release from https://github.com/warp-drive-data/warp-drive.",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+ssh://git@github.com:warp-drive-data/warp-drive.git",
10
+ "directory": "warp-drive-packages/memory-alpha"
11
+ }
12
+ }