From 76a2c28b4fd979ad864ff3cbfaaf7824298746ea Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Thu, 26 Nov 2015 15:05:26 -0200 Subject: [PATCH] Use generic github urls in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index acebbf6..5d820e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { - "undum": "git://github.com/sequitur/undum.git#commonjs", - "raconteur": "git://github.com/sequitur/raconteur.git#stable", + "undum-commonjs": "sequitur/undum#commonjs", + "raconteur": "sequitur/raconteur#stable", "jquery": "^2.1.3", "markdown-it": "^4.1.0" },