Skip to content

Commit

Permalink
Fix homepage in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Jun 12, 2024
1 parent de490aa commit 9bdf295
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cmcd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/THEOplayer/web-connectors/issues"
},
"homepage": "https://theoplayer.com/",
"homepage": "https://github.com/THEOplayer/web-connectors/tree/main/cmcd#readme",
"module": "dist/cmcd-connector.esm.js",
"types": "dist/types/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion comscore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"bugs": {
"url": "https://github.com/THEOplayer/web-connectors/issues"
},
"homepage": "https://github.com/THEOplayer/web-connectors#readme",
"homepage": "https://github.com/THEOplayer/web-connectors/tree/main/comscore#readme",
"peerDependencies": {
"theoplayer": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion conviva/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.1.0",
"description": "A connector implementing Conviva for web.",
"main": "dist/conviva-connector.umd.js",
"homepage": "https://theoplayer.com/",
"homepage": "https://github.com/THEOplayer/web-connectors/tree/main/conviva#readme",
"module": "dist/conviva-connector.esm.js",
"types": "dist/types/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions nielsen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"bugs": {
"url": "https://github.com/THEOplayer/web-connectors/issues"
},
"homepage": "https://github.com/THEOplayer/web-connectors/tree/main/nielsen#readme",
"license": "MIT",
"files": [
"dist/",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions yospace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"url": "git+https://github.com/THEOplayer/web-connectors.git",
"directory": "yospace"
},
"homepage": "https://theoplayer.com/",
"bugs": {
"url": "https://github.com/THEOplayer/web-connectors/issues"
},
"homepage": "https://github.com/THEOplayer/web-connectors/tree/main/yospace#readme",
"module": "dist/yospace-connector.esm.js",
"types": "dist/types/index.d.ts",
"exports": {
Expand Down Expand Up @@ -40,9 +43,6 @@
"peerDependencies": {
"theoplayer": "^5.0.0 || ^6.0.0 || ^7.0.0"
},
"bugs": {
"url": "https://github.com/THEOplayer/web-connectors/issues"
},
"directories": {
"test": "test"
}
Expand Down

0 comments on commit 9bdf295

Please sign in to comment.