-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move code to src folder, switch to json package, skeleton f…
…or second attempt at moving code into separate files
- Loading branch information
Showing
8 changed files
with
30 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
.DS_Store | ||
node_modules |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Empty file.
Empty file.
Empty file.