Skip to content

Commit

Permalink
fix: Updated URLs to match the renamed repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hummelstrand authored Jan 17, 2022
1 parent 046c9b0 commit 6644ac8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "hyperdeck-connection",
"version": "0.4.4",
"description": "Typescript Node.js library for connecting with a Blackmagic Hyperdeck",
"description": "Typescript Node.js library for connecting with a BlackmagicDesign's HyperDeck devices.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/module/index.js",
"browser": "dist/browser/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nrkno/tv-automation-hyperdeck-connection.git"
"url": "git+https://github.com/nrkno/sofie-hyperdeck-connection.git"
},
"bugs": {
"url": "https://github.com/nrkno/tv-automation-hyperdeck-connection/issues"
"url": "https://github.com/nrkno/sofie-hyperdeck-connection/issues"
},
"homepage": "https://github.com/nrkno/tv-automation-hyperdeck-connection#readme",
"homepage": "https://github.com/nrkno/sofie-hyperdeck-connection#readme",
"contributors": [
{
"name": "Julian Waller",
"email": "[email protected]",
"url": "http://superfly.tv"
"url": "https://superfly.tv"
},
{
"name": "Balte de Wit",
"email": "[email protected]",
"url": "http://superfly.tv"
"url": "https://superfly.tv"
}
],
"scripts": {
Expand Down

0 comments on commit 6644ac8

Please sign in to comment.