Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 23, 2019
1 parent 2fb60a2 commit 0f845e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"not": "^0.1.0",
"nyc": "^14.0.0",
"prettier": "^1.0.0",
"remark": "^10.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^5.0.0",
"remark": "^11.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"to-vfile": "^6.0.0",
"unified": "^7.0.0",
"unified": "^8.0.0",
"xo": "^0.24.0"
},
"scripts": {
Expand Down
6 changes: 0 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ Yields:
}
```

###### Example

For `{type: 'custom', marker: {open: '<', close: '>'}}`:

```text
Expand All @@ -158,8 +156,6 @@ Yields:
}
```

###### Example

For `{type: 'custom', fence: '+=+=+=+'}`:

```text
Expand All @@ -177,8 +173,6 @@ Yields:
}
```

###### Example

For `{type: 'json', fence: {open: '{', close: '}'}}`:

```json
Expand Down

0 comments on commit 0f845e9

Please sign in to comment.