@bleedingdev/modern-js-surface-resolution 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 (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +16 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @bleedingdev/modern-js-surface-resolution
2
+
3
+ This 0.0.0 version only registers the package name so npm trusted publishing can be configured. It contains no runtime implementation. Use the subsequent UltraModern.js release, published from the repository workflow with provenance.
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "@bleedingdev/modern-js-surface-resolution",
3
+ "version": "0.0.0",
4
+ "description": "Package-name registration for the forthcoming UltraModern.js release. This setup version contains no runtime implementation.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/BleedingDev/ultramodern.js.git"
9
+ },
10
+ "files": [
11
+ "README.md"
12
+ ],
13
+ "publishConfig": {
14
+ "access": "public"
15
+ }
16
+ }