Skip to content

Commit 27ce3f5

Browse files
authored
Merge pull request #981 from cmu-delphi/ds/fix-package-lock.json
Fix repo pointers in package.json and package-lock.json
2 parents a9e9d1a + 36708f8 commit 27ce3f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"dependencies": {},
55
"devDependencies": {
6-
"delphi-cmu-buildtools": "git+https://github.com/sgratzl/delphi-cmu-buildtools.git"
6+
"delphi-cmu-buildtools": "git+https://github.com/cmu-delphi/delphi-cmu-buildtools.git"
77
},
88
"scripts": {
99
"build": "node build.js",

0 commit comments

Comments
 (0)