Skip to content

Commit

Permalink
Update version and url
Browse files Browse the repository at this point in the history
  • Loading branch information
jleider authored Feb 21, 2018
1 parent 4fedb55 commit 08f76d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 08f76d7

Please sign in to comment.