chore: bump patch and publish common
This commit is contained in:
parent
606e455e6e
commit
9513ef2134
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
## 0.0.3
|
||||
- update package exports and files
|
||||
|
||||
## 0.0.2
|
||||
- expose types on top-level index
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue