From 310eaf3ef31a4a14bb645cb0ef7837e2c7dc3831 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Sat, 1 Oct 2016 09:33:00 -0700 Subject: [PATCH] Add repository field --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4cbea82..491becd 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "repository": "unpkg/unpkg.com", "scripts": { "start": "heroku local -f Procfile.local", "build": "npm run build-assets && npm run build-lib",