tangled
alpha
login
or
join now
caleb.jasik.xyz
/
astro-openring
0
fork
atom
Astro implementation of
openring
npmjs.com/package/@jasikpark/astro-openring
astro
webring
typescript
0
fork
atom
overview
issues
2
pulls
pipelines
Configure package.json for publishing
caleb.jasik.xyz
1 month ago
3f8aea20
1375cc63
verified
This commit was signed with the committer's
known signature
.
caleb.jasik.xyz
SSH Key Fingerprint:
SHA256:9bs2UIJuDD+My7xBWOF6n1dF38lTw+gUrn7VDa0Izkw=
1/1
build-and-lint.yaml
success
16s
+12
-9
1 changed file
expand all
collapse all
unified
split
package.json
+12
-9
package.json
···
1
1
{
2
2
-
"name": "astro-openring",
2
2
+
"name": "@jasikpark/astro-openring",
3
3
+
"author": "Caleb Jasik <calebjasik@jasik.xyz> (https://jasik.xyz)",
4
4
+
"homepage": "https://tangled.org/caleb.jasik.xyz/astro-openring/",
5
5
+
"bugs": {
6
6
+
"url": "https://github.com/astro-openring/astro-openring/issues"
7
7
+
},
3
8
"version": "0.0.1",
9
9
+
"repository": {
10
10
+
"type": "git",
11
11
+
"url": "https://tangled.org/caleb.jasik.xyz/astro-openring.git"
12
12
+
},
4
13
"type": "module",
5
14
"exports": {
6
15
".": "./index.ts"
7
16
},
8
8
-
"files": [
9
9
-
"index.ts",
10
10
-
"src"
11
11
-
],
12
12
-
"keywords": [
13
13
-
"astro-component",
14
14
-
"webring"
15
15
-
],
17
17
+
"files": ["index.ts", "src"],
18
18
+
"keywords": ["astro-component", "webring"],
16
19
"scripts": {
17
20
"dev": "astro dev",
18
21
"build": "astro build",