Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Rychart Redwerkz authored Feb 13, 2023
1 parent 09def86 commit 8eaac06
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-icon",
"version": "0.8.0",
"name": "astro-icons",
"version": "0.8.1",
"type": "module",
"exports": {
".": "./index.ts",
Expand All @@ -11,9 +11,8 @@
"index.ts"
],
"author": {
"name": "Nate Moore",
"email": "nate@natemoo.re",
"url": "https://twitter.com/n_moore"
"name": "Rychart Redwerkz",
"url": "https://advanced-astro.dev"
},
"keywords": [
"astro",
Expand All @@ -27,14 +26,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/natemoo-re/astro-icon.git",
"url": "git+https://github.com/advanced-astro/astro-iconify.git",
"directory": "packages/core"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/natemoo-re/astro-icon/issues"
"url": "https://github.com/advanced-astro/astro-iconify/issues"
},
"homepage": "https://github.com/natemoo-re/astro-icon#readme",
"homepage": "https://github.com/advanced-astro/astro-iconify#readme",
"dependencies": {
"node-fetch": "^3.2.10",
"resolve-pkg": "^2.0.0",
Expand Down

0 comments on commit 8eaac06

Please sign in to comment.