diff --git a/package-lock.json b/package-lock.json index 64cda066a..95ac6900a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "delphi-epidata", "devDependencies": { - "delphi-cmu-buildtools": "git+https://github.com/sgratzl/delphi-cmu-buildtools.git" + "delphi-cmu-buildtools": "git+https://github.com/cmu-delphi/delphi-cmu-buildtools.git" } }, "node_modules/balanced-match": { @@ -58,7 +58,7 @@ }, "node_modules/delphi-cmu-buildtools": { "version": "0.0.1", - "resolved": "git+ssh://git@github.com/sgratzl/delphi-cmu-buildtools.git#c8d0e495f7b2f6aed842976860c7b00b0d65af70", + "resolved": "git+https://git@github.com/cmu-delphi/delphi-cmu-buildtools.git#c8d0e495f7b2f6aed842976860c7b00b0d65af70", "integrity": "sha512-95NgkPb/emCkW/1TFahKUeJrjGQfFcp8OhLR0xxYfBlJmN9XmnbY3DmUMmx/QZSTebalmWzeUHNW4zoHgqGV1w==", "dev": true, "license": "MIT", @@ -231,9 +231,9 @@ "dev": true }, "delphi-cmu-buildtools": { - "version": "git+https://git@github.com/sgratzl/delphi-cmu-buildtools.git#c8d0e495f7b2f6aed842976860c7b00b0d65af70", + "version": "git+https://git@github.com/cmu-delphi/delphi-cmu-buildtools.git#c8d0e495f7b2f6aed842976860c7b00b0d65af70", "dev": true, - "from": "delphi-cmu-buildtools@git+https://github.com/sgratzl/delphi-cmu-buildtools.git", + "from": "delphi-cmu-buildtools@git+https://github.com/cmu-delphi/delphi-cmu-buildtools.git", "requires": { "coffeescript": "^2.5.1", "glob": "^7.1.6", diff --git a/package.json b/package.json index ec5619ef2..b760eeec2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "dependencies": {}, "devDependencies": { - "delphi-cmu-buildtools": "git+https://github.com/sgratzl/delphi-cmu-buildtools.git" + "delphi-cmu-buildtools": "git+https://github.com/cmu-delphi/delphi-cmu-buildtools.git" }, "scripts": { "build": "node build.js",