Skip to content

Commit

Permalink
Merge pull request #64 from peopledoc/release/3.0.0
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
KamiKillertO authored Oct 2, 2020
2 parents 02c81a6 + 45fa5ea commit 9c64e03
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Styledown API
Styledown is available as a Node.js package.

```js
var Styledown = require('styledown');
var Styledown = require('@peopledoc/styledown');
```

### Styledown.parse()
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Styledown is available as a Node.js package.
*
* let Styledown = require('styledown');
* let Styledown = require('@peopledoc/styledown');
*/

const Marked = require('marked')
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "styledown",
"name": "@peopledoc/styledown",
"description": "Markdown-based styleguide generator",
"keywords": [
"markdown",
"css",
"styleguide"
],
"version": "2.1.0",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/peopledoc/styledown.git"
Expand Down

0 comments on commit 9c64e03

Please sign in to comment.