Skip to content

Commit 0f19af4

Browse files
committed
Add the npm link
1 parent 3f5e160 commit 0f19af4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-to-pug",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Markdown to PugJS converter",
55
"main": "index.js",
66
"scripts": {
@@ -9,14 +9,14 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+ssh://git@gitlab.com/alexandremasy/markdown-to-pug.git"
12+
"url": "git://github.com/alexandremasy/markdown-to-pug.git"
1313
},
1414
"author": "Alexandre Masy <hello@alexandremasy.com>",
1515
"license": "MIT",
1616
"bugs": {
17-
"url": "https://gitlab.com/alexandremasy/markdown-to-pug/issues"
17+
"url": "https://github.com/alexandremasy/markdown-to-pug/issues"
1818
},
19-
"homepage": "https://gitlab.com/alexandremasy/markdown-to-pug#README",
19+
"homepage": "https://github.com/alexandremasy/markdown-to-pug#README",
2020
"dependencies": {
2121
"markdown-it": "^8.4.0"
2222
},

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[![CircleCI](https://img.shields.io/circleci/project/github/RedSparr0w/node-csgo-parser.svg)](https://circleci.com/gh/alexandremasy/markdown-to-pug)
2-
3-
# Markdown To PugJS
4-
> Convert your Markdown to PugJS
1+
# Markdown To [PugJS](https://pugjs.org/)
2+
> Convert your Markdown to [PugJS](https://pugjs.org/)
53
64
<https://alexandremasy.github.io/markdown-to-pug/>
5+
6+
[![CircleCI](https://img.shields.io/circleci/project/github/RedSparr0w/node-csgo-parser.svg)](https://circleci.com/gh/alexandremasy/markdown-to-pug) [![NPM version](https://img.shields.io/npm/v/markdown-to-pug.svg?style=flat)](https://www.npmjs.org/package/markdown-to-pug)
77
---
88

99
## Why?

0 commit comments

Comments
 (0)