chore: finalize package for publishing
This commit is contained in:
parent
8b364a19c9
commit
5657182a67
3 changed files with 14 additions and 1 deletions
5
index.ts
5
index.ts
|
@ -0,0 +1,5 @@
|
|||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore
|
||||
import Resumable from './src/Resumable.astro';
|
||||
export default Resumable;
|
||||
export * from './src/resume';
|
10
package.json
10
package.json
|
@ -1,7 +1,15 @@
|
|||
{
|
||||
"name": "resume",
|
||||
"name": "@ayco/astro-resume",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"exports": {
|
||||
".": "./index.ts"
|
||||
},
|
||||
"files": [
|
||||
"src/Resumable.astro",
|
||||
"src/resume.ts",
|
||||
"index.ts"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
|
|
Loading…
Reference in a new issue