Skip to content

Commit 9c0d618

Browse files
committed
Update dev-dependencies
1 parent eaeb7b4 commit 9c0d618

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"es6-weak-map": "^2.0.1"
3232
},
3333
"devDependencies": {
34-
"clone": "^2.1.1",
35-
"nyc": "^12.0.2",
36-
"prettier": "^1.14.2",
37-
"remark-cli": "^5.0.0",
38-
"remark-preset-wooorm": "^4.0.0",
39-
"tape": "^4.0.2",
40-
"xo": "^0.22.0"
34+
"clone": "^2.0.0",
35+
"nyc": "^14.0.0",
36+
"prettier": "^1.0.0",
37+
"remark-cli": "^6.0.0",
38+
"remark-preset-wooorm": "^5.0.0",
39+
"tape": "^4.0.0",
40+
"xo": "^0.24.0"
4141
},
4242
"scripts": {
4343
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ all of its nodes:
6767
* `parent` — parent link (or `null` for the root node)
6868
* `node` — link to the original node
6969

70-
None of these properties are enumerable, and the original tree is _not changed_.
70+
None of these properties are enumerable, and the original tree is *not changed*.
7171
This means you can `JSON.stringify` the wrapped tree and it is just the same.
7272

7373
`wrappedTree.children` returns array of wrapped child nodes, so that any

0 commit comments

Comments
 (0)