Skip to content

Commit

Permalink
Remove redundant code from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Sep 8, 2024
1 parent bd6019e commit 7fb8cfe
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,10 @@
"version": "0.1.0",
"description": "Phoenix Live Components for Elixir WebRTC",
"main": "./assets/index.js",
"files": [
"README.md",
"LICENSE.md",
"package.json",
"assets/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/elixir-webrtc/live_ex_webrtc.git"
},
"keywords": [
"webrtc",
"elixir",
"phoenix",
"liveview"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/elixir-webrtc/live_ex_webrtc/issues"
},
"homepage": "https://github.com/elixir-webrtc/live_ex_webrtc#readme"
"homepage": "https://github.com/elixir-webrtc/live_ex_webrtc"
}

0 comments on commit 7fb8cfe

Please sign in to comment.