chore: initialize common package
This commit is contained in:
parent
426c5ab303
commit
40dba08c6a
2 changed files with 8 additions and 3 deletions
2
packages/common/RELEASE.md
Normal file
2
packages/common/RELEASE.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
## 0.0.1
|
||||||
|
- initialize @astro-reactive/common package
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "common",
|
"name": "@astro-reactive/common",
|
||||||
"version": "0.0.0",
|
"version": "0.0.1",
|
||||||
"description": "Common code for Astro Reactive Packages",
|
"description": "Common code for Astro Reactive Packages",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
|
@ -13,5 +13,8 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ayoayco/astro-reactive-library/issues"
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue