diff --git a/package.json b/package.json index 4701f08..5e24591 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "desirae", - "version": "0.11.2", + "version": "0.11.3", "description": "An in-browser static blog library and static site generator. Similar to Jekyll, Octopress, Nanoc, etc", "main": "desirae.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { - "type": "git", - "url": "git@git.daplie.com:Daplie/desirae.git" + "type": "git+https", + "url": "https://git.coolaj86.com/coolaj86/desirae.js.git" }, "keywords": [ "dear", @@ -25,9 +25,9 @@ "author": "AJ ONeal", "license": "Apache2", "bugs": { - "url": "https://git.daplie.com/Daplie/desirae/issues" + "url": "https://git.coolaj86.com/coolaj86/desirae.js/issues" }, - "homepage": "https://git.daplie.com/Daplie/desirae", + "homepage": "https://git.coolaj86.com/coolaj86/desirae.js", "dependencies": { "bluebird": "^2.5.3", "escape-string-regexp": "^1.0.2",