From e82985a2a8084c2bcc3bdec051c4f5e5dacd2812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Sun, 2 Oct 2016 18:21:18 +0300 Subject: [PATCH] Updated docs --- package.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 6c65093..2dec795 100644 --- a/package.json +++ b/package.json @@ -8,13 +8,8 @@ "start": "NODE_ENV=production bloggify start > output.log", "start:dev": "bloggify start" }, - "repository": { - "type": "git", - "url": "git+ssh://git@bitbucket.org/bloggify/starter.git" - }, "author": "Ionică Bizău (http://ionicabizau.net)", "license": "MIT", - "homepage": "https://bitbucket.org/bloggify/starter#readme", "dependencies": { "bloggify-ajs-renderer": "^1.0.0", "bloggify-cli": "^1.0.0", @@ -53,5 +48,11 @@ ], "language": "bash" } - } -} \ No newline at end of file + }, + "devDependencies": {}, + "repository": { + "type": "git", + "url": "git+https://github.com/Bloggify/starter.git" + }, + "homepage": "https://github.com/Bloggify/starter#readme" +}