Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 9, 2019
1 parent 90666ae commit 4838d85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Getting Started

**retext** transforms natural language.
It’s an ecosystem of [plugins][plugins].
It’s an ecosystem of [plugins][].
If you get stuck, [issues][] and [spectrum][] are good places to get help.

retext is built on [unified][], make sure to read it and its [website][] too.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"devDependencies": {
"bail": "^1.0.0",
"browserify": "^16.0.0",
"chalk": "^2.0.0",
"chalk": "^3.0.0",
"lerna": "^3.0.0",
"nlcst-test": "^1.0.0",
"nyc": "^14.0.0",
"prettier": "^1.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^5.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"unist-builder": "^1.0.4",
"unist-builder": "^2.0.0",
"unist-util-remove-position": "^1.0.0",
"xo": "^0.24.0"
"xo": "^0.25.0"
},
"scripts": {
"postinstall": "lerna bootstrap --no-ci",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Intro

**retext** is an ecosystem of [plugins][plugins] for processing
**retext** is an ecosystem of [plugins][] for processing
natural language to do all kinds of things: [check spelling][spell],
[fix typography][smartypants], or [make sure text is readable][readability].

Expand Down

0 comments on commit 4838d85

Please sign in to comment.