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
Remove index.ts
caleb.jasik.xyz
2 months ago
f0ab7704
966973b5
verified
This commit was signed with the committer's
known signature
.
caleb.jasik.xyz
SSH Key Fingerprint:
SHA256:9bs2UIJuDD+My7xBWOF6n1dF38lTw+gUrn7VDa0Izkw=
1/1
build.yml
success
6s
+2
-14
2 changed files
expand all
collapse all
unified
split
index.ts
package.json
-6
index.ts
···
1
1
-
// Do not write code directly here, instead use the `src` folder!
2
2
-
// Then, use this file to export everything you want your user to access.
3
3
-
4
4
-
import MyComponent from './src/MyComponent.astro';
5
5
-
6
6
-
export default MyComponent;
+2
-8
package.json
···
5
5
"exports": {
6
6
".": "./index.ts"
7
7
},
8
8
-
"files": [
9
9
-
"src",
10
10
-
"index.ts"
11
11
-
],
12
12
-
"keywords": [
13
13
-
"astro-component",
14
14
-
"webring"
15
15
-
],
8
8
+
"files": ["src"],
9
9
+
"keywords": ["astro-component", "webring"],
16
10
"scripts": {
17
11
"dev": "astro dev",
18
12
"build": "astro build",