Skip to content

Commit 9c64e03

Browse files
authored
Merge pull request #64 from peopledoc/release/3.0.0
Release 3.0.0
2 parents 02c81a6 + 45fa5ea commit 9c64e03

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/API.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Styledown API
66
Styledown is available as a Node.js package.
77

88
```js
9-
var Styledown = require('styledown');
9+
var Styledown = require('@peopledoc/styledown');
1010
```
1111

1212
### Styledown.parse()

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Styledown is available as a Node.js package.
33
*
4-
* let Styledown = require('styledown');
4+
* let Styledown = require('@peopledoc/styledown');
55
*/
66

77
const Marked = require('marked')

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "styledown",
2+
"name": "@peopledoc/styledown",
33
"description": "Markdown-based styleguide generator",
44
"keywords": [
55
"markdown",
66
"css",
77
"styleguide"
88
],
9-
"version": "2.1.0",
9+
"version": "3.0.0",
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/peopledoc/styledown.git"

0 commit comments

Comments
 (0)