From d9c12a56b1fd0b65f5fea01a6cc9a9372c650c8e Mon Sep 17 00:00:00 2001 From: Uzume <597052+Uzume@users.noreply.github.com> Date: Sun, 5 Jan 2020 12:01:40 -0800 Subject: [PATCH] Fix old bitbuck URLs --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1c8bbf5..3f4e8b9 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "description": "A project with Grunt and entwine preconfigured for most purposes.", "main": "index.js", "repository": { - "type": "hg", - "url": "https://bitbucket.org/klembot/grunt-entwine-quickstart" + "type": "git", + "url": "https://github.com/klembot/grunt-entwine-quickstart.git" }, "author": "Chris Klimas (https://twinery.org)", "license": "CC0-1.0", - "homepage": "https://bitbucket.org/klembot/grunt-entwine-quickstart#readme", + "homepage": "https://github.com/klembot/grunt-entwine-quickstart#readme", "dependencies": { "download-file": "^0.1.5", "filenamify": "^1.2.1",