Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
feat: ✨ Chore: add imports for user Customizations (#7)
Browse files Browse the repository at this point in the history
* Create draft PR for #6
[skip ci]

* Update package.json and pnpm-lock.yaml

---------

Co-authored-by: create-issue-branch[bot] <53036503+create-issue-branch[bot]@users.noreply.github.com>
Co-authored-by: Adam Matthiesen <amatthiesen@outlook.com>
  • Loading branch information
create-issue-branch[bot] and Adammatthiesen authored Mar 11, 2024
1 parent 1fa679f commit d86777f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/lucky-ligers-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@matthiesenxyz/astro-hashnode": patch
---

adds exports for HashnodeAPI, as well as components so users can import the pre-built components for their own layout
8 changes: 5 additions & 3 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"src"
],
"exports": {
".": "./src/index.ts"
".": "./src/index.ts",
"./api": "./src/hn-gql/index.ts",
"./components/*": "./src/components/*"
},
"scripts": {},
"type": "module",
Expand All @@ -42,13 +44,13 @@
},
"dependencies": {
"@tailwindcss/vite": "4.0.0-alpha.7",
"astro-font": "0.0.77",
"astro-font": "^0.0.77",
"astro-integration-kit": "^0.5.1",
"astro-remote": "^0.3.2",
"astro-seo": "^0.8.3",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"picocolors": "1.0.0",
"picocolors": "^1.0.0",
"tailwindcss": "4.0.0-alpha.7",
"ultrahtml": "^1.5.3"
}
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d86777f

Please sign in to comment.