Skip to content

Commit

Permalink
Add the npm link
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandremasy committed Nov 12, 2017
1 parent 3f5e160 commit 0f19af4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-to-pug",
"version": "1.0.0",
"version": "1.0.1",
"description": "Markdown to PugJS converter",
"main": "index.js",
"scripts": {
Expand All @@ -9,14 +9,14 @@
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/alexandremasy/markdown-to-pug.git"
"url": "git://github.com/alexandremasy/markdown-to-pug.git"
},
"author": "Alexandre Masy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/alexandremasy/markdown-to-pug/issues"
"url": "https://github.com/alexandremasy/markdown-to-pug/issues"
},
"homepage": "https://gitlab.com/alexandremasy/markdown-to-pug#README",
"homepage": "https://github.com/alexandremasy/markdown-to-pug#README",
"dependencies": {
"markdown-it": "^8.4.0"
},
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![CircleCI](https://img.shields.io/circleci/project/github/RedSparr0w/node-csgo-parser.svg)](https://circleci.com/gh/alexandremasy/markdown-to-pug)

# Markdown To PugJS
> Convert your Markdown to PugJS
# Markdown To [PugJS](https://pugjs.org/)
> Convert your Markdown to [PugJS](https://pugjs.org/)
<https://alexandremasy.github.io/markdown-to-pug/>

[![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)
---

## Why?
Expand Down

0 comments on commit 0f19af4

Please sign in to comment.