From 08f76d7b97e1db01e6b2a23a97b9c2efdc8eee69 Mon Sep 17 00:00:00 2001 From: Justin Leider Date: Wed, 21 Feb 2018 14:04:25 -0500 Subject: [PATCH] Update version and url --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0ccfdb6..677ccbb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "turndown-plugin-gfm", "description": "Turndown plugin to add GitHub Flavored Markdown extensions.", - "version": "1.0.1", + "version": "1.0.1-html5-align", "author": "Dom Christie", "main": "lib/turndown-plugin-gfm.cjs.js", "module": "lib/turndown-plugin-gfm.es.js", @@ -29,7 +29,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/domchristie/turndown-plugin-gfm.git" + "url": "https://github.com/jleider/turndown-plugin-gfm.git" }, "scripts": { "build": "npm run build-cjs && npm run build-es && npm run build-iife && npm run build-test",