Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 22, 2019
1 parent 73745a3 commit b73770f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"not": "^0.1.0",
"nyc": "^14.0.0",
"prettier": "^1.11.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"tinyify": "^2.4.3",
"xo": "^0.24.0"
"xo": "^0.25.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
Expand All @@ -59,6 +59,9 @@
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"unicorn/prefer-includes": "off"
},
"ignores": [
"bcp-47.js"
]
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ npm install bcp-47

* [Usage](#usage)
* [API](#api)
* [bcp47.parse(tag\[, options\])](#bcp47parsetag-options)
* [bcp47.stringify(schema)](#bcp47stringifyschema)
* [schema](#schema)
* [function warning(reason, code, offset)](#function-warningreason-code-offset)
* [`bcp47.parse(tag[, options])`](#bcp47parsetag-options)
* [`bcp47.stringify(schema)`](#bcp47stringifyschema)
* [`schema`](#schema)
* [`function warning(reason, code, offset)`](#function-warningreason-code-offset)
* [License](#license)

## Usage
Expand Down

0 comments on commit b73770f

Please sign in to comment.