chore: initialize common package

This commit is contained in:
Ayo 2022-10-28 12:34:22 +02:00
parent 426c5ab303
commit 40dba08c6a
2 changed files with 8 additions and 3 deletions

View file

@ -0,0 +1,2 @@
## 0.0.1
- initialize @astro-reactive/common package

View file

@ -1,6 +1,6 @@
{
"name": "common",
"version": "0.0.0",
"name": "@astro-reactive/common",
"version": "0.0.1",
"description": "Common code for Astro Reactive Packages",
"main": "index.js",
"devDependencies": {},
@ -13,5 +13,8 @@
"bugs": {
"url": "https://github.com/ayoayco/astro-reactive-library/issues"
},
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme"
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}