Chore: Ready for Release #5
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@matthiesenxyz/astro-hashnode": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Initial Release!
|
|
|
@ -0,0 +1 @@
|
||||||
|
//registry.npmjs.org/:_authToken=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
|
|
@ -0,0 +1,7 @@
|
||||||
|
# @matthiesenxyz/astro-hashnode
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 3a32776: Initial Release!
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@matthiesenxyz/astro-hashnode",
|
"name": "@matthiesenxyz/astro-hashnode",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"description": "An Integration to bring your Hashnode Headless Blog content into Astro!",
|
"description": "An Integration to bring your Hashnode Headless Blog content into Astro!",
|
||||||
"author": {
|
"author": {
|
||||||
"email": "adam@matthiesen.xyz",
|
"email": "adam@matthiesen.xyz",
|
||||||
|
@ -26,7 +26,9 @@
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"files": ["src"],
|
"files": [
|
||||||
|
"src"
|
||||||
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./src/index.ts"
|
".": "./src/index.ts"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue