Skip to content

Commit

Permalink
refactor: move code to src folder, switch to json package, skeleton f…
Browse files Browse the repository at this point in the history
…or second attempt at moving code into separate files
  • Loading branch information
Nerwyn committed Jul 6, 2023
1 parent c629d48 commit 46d69a8
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 211 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
node_modules
186 changes: 0 additions & 186 deletions android-tv-card-editor.js

This file was deleted.

29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "android-tv-card",
"version": "1.3.3",
"description": "Android TV Remote Card",
"main": "./src/android-tv-card.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nerwyn/android-tv-card.git"
},
"keywords": [
"androidtv",
"android",
"googletv",
"google",
"tvcard",
"remote",
"tv",
"television"
],
"author": "Nerwyn",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Nerwyn/android-tv-card/issues"
},
"homepage": "https://github.com/Nerwyn/android-tv-card#readme"
}
25 changes: 0 additions & 25 deletions package.yaml

This file was deleted.

File renamed without changes.
Empty file added src/models/defaultKeys.js
Empty file.
Empty file added src/models/defaultSources.js
Empty file.
Empty file added src/models/index.js
Empty file.

0 comments on commit 46d69a8

Please sign in to comment.