@truefoundry/trueforge 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 +4 -0
  2. package/index.js +1 -0
  3. package/package.json +14 -0
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # `@truefoundry/trueforge`
2
+
3
+ Placeholder `0.0.0` so npm trusted publishing can be attached to this package.
4
+ Not a functional release. Install a later version.
package/index.js ADDED
@@ -0,0 +1 @@
1
+ module.exports = {};
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@truefoundry/trueforge",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder so trusted publishing can be configured. Do not use.",
5
+ "license": "MIT",
6
+ "author": "TrueForge",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/truefoundry/trueforge.git"
10
+ },
11
+ "publishConfig": {
12
+ "access": "public"
13
+ }
14
+ }