asciidoc-editor 0.1.1 → 0.1.2
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 +8 -0
- package/asciidoc_editor_bg.wasm +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -120,6 +120,14 @@ very first release has to be published by hand.
|
|
|
120
120
|
repository, workflow `release.yml`.
|
|
121
121
|
3. Every release after that is the tag above.
|
|
122
122
|
|
|
123
|
+
The trusted publisher is a record against the package, not against the
|
|
124
|
+
repository, and `npm publish` fails with "package not found" when it is
|
|
125
|
+
missing — whatever the package's own state. `npm trust list asciidoc-editor`
|
|
126
|
+
shows it; `npm trust github asciidoc-editor --file release.yml --repo
|
|
127
|
+
AlexanderThaller/asciidoc-editor --allow-publish` creates it. The publish
|
|
128
|
+
grant is not implied, and the environment must be left unset, because the
|
|
129
|
+
workflow declares none.
|
|
130
|
+
|
|
123
131
|
## Licence
|
|
124
132
|
|
|
125
133
|
MIT. See `LICENSE`.
|
package/asciidoc_editor_bg.wasm
CHANGED
|
Binary file
|