chore: finalize package for publishing

This commit is contained in:
Ayo Ayco 2023-07-16 12:10:40 +02:00
parent 8b364a19c9
commit 5657182a67
3 changed files with 14 additions and 1 deletions

View file

@ -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';

View file

@ -1,7 +1,15 @@
{ {
"name": "resume", "name": "@ayco/astro-resume",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.1",
"exports": {
".": "./index.ts"
},
"files": [
"src/Resumable.astro",
"src/resume.ts",
"index.ts"
],
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",