Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 13, 2024
1 parent b7d3835 commit eb662a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [astro-networks] 🚠
# [astro-network] 🚠

[astro-networks]: https://npmjs.org/astro-networks
[astro-network]: https://npmjs.org/astro-network

## Changelog

Expand Down
2 changes: 1 addition & 1 deletion Source/Index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { AstroIntegration } from "astro";

export default (): AstroIntegration => ({
name: "astro-networks",
name: "astro-network",
hooks: {
"astro:config:setup": () => {},
},
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"name": "astro-networks",
"name": "astro-network",
"version": "0.0.1",
"private": false,
"description": "🚠",
"keywords": [
"astro-integration",
"astro-component",
"astro"
"astro",
"network"
],
"homepage": "https://github.com/NikolaRHristov/astro-networks#readme",
"homepage": "https://github.com/Playform/AstroNetwork#readme",
"bugs": {
"url": "https://github.com/NikolaRHristov/astro-networks/issues"
"url": "https://github.com/Playform/AstroNetwork/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NikolaRHristov/astro-networks.git"
"url": "git+https://github.com/Playform/AstroNetwork.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
Expand Down

0 comments on commit eb662a8

Please sign in to comment.