From 77c6234c2f70b84ae6ee94a5650529a90894d348 Mon Sep 17 00:00:00 2001 From: Dom Christie Date: Sun, 17 Dec 2017 12:26:45 +0000 Subject: [PATCH] Add repository field --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 0af2d1af7..70575a5ca 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,10 @@ "gfm" ], "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/domchristie/turndown-plugin-gfm.git" + }, "scripts": { "build": "npm run build-cjs && npm run build-es && npm run build-iife && npm run build-test", "build-cjs": "rollup -c config/rollup.config.cjs.js && rollup -c config/rollup.config.browser.cjs.js",