Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddarnes committed Dec 11, 2023
1 parent 19761eb commit 81c7e56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@daviddarnes/component-name",
"name": "@daviddarnes/play-button",
"version": "1.0.0",
"description": "A Web Component for…",
"main": "component-name.js",
"description": "A Web Component to play audio or video with a button",
"main": "play-button.js",
"scripts": {
"start": "npx http-server ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/daviddarnes/component-name.git"
"url": "git+https://github.com/daviddarnes/play-button.git"
},
"keywords": [
"web",
Expand All @@ -22,12 +22,12 @@
"access": "public"
},
"bugs": {
"url": "https://github.com/daviddarnes/component-name/issues"
"url": "https://github.com/daviddarnes/play-button/issues"
},
"author": {
"name": "David Darnes",
"email": "[email protected]",
"url": "https://darn.es/"
},
"homepage": "https://github.com/daviddarnes/component-name#readme"
"homepage": "https://github.com/daviddarnes/play-button#readme"
}

0 comments on commit 81c7e56

Please sign in to comment.