tangled
alpha
login
or
join now
besaid.zone
/
create-atproto-app
2
fork
atom
A CLI for scaffolding ATProto web applications
2
fork
atom
overview
issues
pulls
pipelines
chore: add publishConfig to package.json
besaid.zone
1 month ago
c8be1849
a3ecd695
verified
This commit was signed with the committer's
known signature
.
besaid.zone
SSH Key Fingerprint:
SHA256:Q4dc5PTI8DNTxJbH2bWsDeY6BXzfq0ce1XSA4H5Y3iI=
2/2
test.yml
success
41s
typecheck.yml
success
40s
+3
1 changed file
expand all
collapse all
unified
split
package.json
+3
package.json
reviewed
···
25
25
"templates/**",
26
26
"dist"
27
27
],
28
28
+
"publishConfig": {
29
29
+
"access": "public"
30
30
+
},
28
31
"type": "module",
29
32
"main": "index.js",
30
33
"scripts": {