Skip to content

Commit 2d066ca

Browse files
committed
Chore: Fix readme/npm package.json for project
1 parent cbbe335 commit 2d066ca

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
{
22
"name": "@semantic-org/astro-lit",
33
"version": "5.0.0",
4-
"description": "Use Lit components within Astro",
4+
"description": "Use Lit components with Astro",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",
88
"license": "MIT",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/withastro/astro.git",
12-
"directory": "packages/integrations/lit"
11+
"url": "https://github.com/Semantic-Org/Astro-Lit.git",
1312
},
1413
"keywords": [
1514
"astro-integration",
1615
"astro-component",
1716
"renderer",
1817
"lit"
1918
],
20-
"bugs": "https://github.com/withastro/astro/issues",
2119
"homepage": "https://docs.astro.build/en/guides/integrations-guide/lit/",
2220
"exports": {
2321
".": "./dist/index.js",
@@ -57,8 +55,6 @@
5755
}
5856
},
5957
"devDependencies": {
60-
"astro": "workspace:*",
61-
"astro-scripts": "workspace:*",
6258
"cheerio": "1.0.0",
6359
"lit": "^3.2.1",
6460
"sass": "^1.85.1"

0 commit comments

Comments
 (0)