From 722ddf2a30120ba0956001cb49828afa62b68fb0 Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Sat, 12 Mar 2016 07:27:47 +0100 Subject: [PATCH] Internal: simple repository url --- package.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/package.json b/package.json index 901e6d5..988b250 100644 --- a/package.json +++ b/package.json @@ -11,14 +11,7 @@ "transition", "animation" ], - "repository": { - "type": "git", - "url": "https://github.com/MoOx/pjax.git" - }, - "homepage": "https://github.com/MoOx/pjax", - "bugs": { - "url": "https://github.com/MoOx/pjax/issues" - }, + "repository": "https://github.com/MoOx/pjax.git", "author": "Maxime Thirouin", "license": "MIT", "main": "src/pjax.js",