chore: bump patch and publish common

This commit is contained in:
Ayo 2022-10-28 13:17:46 +02:00
parent 606e455e6e
commit 9513ef2134
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,6 @@
## 0.0.3
- update package exports and files
## 0.0.2
- expose types on top-level index

View file

@ -1,9 +1,16 @@
{
"name": "@astro-reactive/common",
"version": "0.0.2",
"version": "0.0.3",
"description": "Common code for Astro Reactive Packages",
"main": "index.js",
"devDependencies": {},
"exports": {
".": "./index.ts"
},
"files": [
"types/",
"index.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ayoayco/astro-reactive-library.git"