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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue