@avantmedia/specforge-linux-x64 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.
- package/README.md +1 -0
- package/package.json +9 -0
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Placeholder reserving this name. See https://github.com/avantmedialtd/specforge
|
package/package.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@avantmedia/specforge-linux-x64",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Placeholder reserving this name for npm trusted publishing. Do not install.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": { "type": "git", "url": "git+https://github.com/avantmedialtd/specforge.git" },
|
|
7
|
+
"homepage": "https://github.com/avantmedialtd/specforge#readme",
|
|
8
|
+
"publishConfig": { "access": "public" }
|
|
9
|
+
}
|