From e82be63c3815f492f637690e729d9c73fe34921a Mon Sep 17 00:00:00 2001 From: Chris Pirich Date: Thu, 24 Oct 2019 10:57:25 -0700 Subject: [PATCH] fix package.json repository url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20006e20..bfa31e48 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "git+ssh://git@github.com/code-dot-org/dance-party.git" + "url": "git+ssh://git@github.com/code-dot-org/ml-activities.git" }, "author": "", "license": "Apache-2.0",