Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Fix: migrate to github & package name change
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Apr 18, 2018
1 parent 7679162 commit 3e4a3e8
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "mos-integration",
"name": "mos-gateway",
"version": "0.0.0",
"description": "MOS integration for YAAS",
"description": "MOS-Gateway for the Sofie project",
"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/superflytv/mos-integration.git"
"url": "git+https://github.com/nrkno/tv-automation-mos-gateway.git"
},
"bugs": {
"url": "https://github.com/superflytv/mos-integration/issues"
"url": "https://github.com/nrkno/tv-automation-mos-gateway/issues"
},
"homepage": "https://github.com/superflytv/mos-integration#readme",
"homepage": "https://github.com/nrkno/tv-automation-mos-gateway#readme",
"author": {
"name": "Johan Nyman",
"email": "johan@superfly.tv",
Expand Down Expand Up @@ -105,7 +105,7 @@
],
"dependencies": {
"@types/underscore": "^1.8.8",
"core-integration": "git+https://Mfn2bXzQtEFXHKpo12x2y78QJMR7gUZz:x-oauth-basic@bitbucket.org/superflytv/core-integration.git",
"core-integration": "git+https://github.com/nrkno/tv-automation-server-core-integration.git#develop",
"ddp": "^0.12.1",
"ddp-ejson": "~0.8.1-3",
"ddp-random": "~0.8.1-1",
Expand Down
Loading

0 comments on commit 3e4a3e8

Please sign in to comment.