Skip to content

Commit

Permalink
fix wrong meta links in package.json doh
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Dec 30, 2023
1 parent b20da63 commit 8c544cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "http://github.com/lume/element#readme",
"homepage": "http://github.com/lume/live-code#readme",
"scripts": {
"start": "npm run build && npm run examples",
"dev": "lume dev",
Expand Down Expand Up @@ -44,10 +44,10 @@
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/lume/element.git"
"url": "git+ssh://[email protected]/lume/live-code.git"
},
"bugs": {
"url": "https://github.com/lume/element/issues"
"url": "https://github.com/lume/live-code/issues"
},
"keywords": [
"custom-elements",
Expand Down

0 comments on commit 8c544cb

Please sign in to comment.