Skip to content

Commit

Permalink
Update package.json files with homepage and repo
Browse files Browse the repository at this point in the history
  • Loading branch information
taktran committed May 27, 2019
1 parent e51a3d9 commit 599c005
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 5 additions & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "joy-joy-demo",
"version": "0.1.0",
"private": true,
"homepage": "https://github.com/taktran/joy-joy/tree/master/demo",
"repository": {
"type": "git",
"url": "https://github.com/taktran/joy-joy.git"
},
"dependencies": {
"joy-joy": "file:../src/joy-joy",
"react": "^16.8.6",
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.0.0",
"description": "Joy Joy monorepo",
"author": "Tak Tran <[email protected]>",
"homepage": "https://github.com/taktran/joy-joy",
"repository": {
"type": "git",
"url": "https://github.com/taktran/joy-joy.git"
},
"license": "MIT",
"devDependencies": {
"prettier": "^1.15.3"
Expand Down
5 changes: 5 additions & 0 deletions src/joy-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "A Joy-Con game controller library for the browser",
"main": "index.js",
"author": "Tak Tran <[email protected]>",
"homepage": "https://github.com/taktran/joy-joy/tree/master/src/joy-joy",
"repository": {
"type": "git",
"url": "https://github.com/taktran/joy-joy.git"
},
"license": "MIT",
"keywords": [
"switch",
Expand Down

0 comments on commit 599c005

Please sign in to comment.