Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 17, 2019
1 parent 03ce2f0 commit 0f9f283
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
],
"dependencies": {},
"devDependencies": {
"browserify": "^14.0.0",
"browserify": "^16.0.0",
"esmangle": "^1.0.1",
"plain-text-data-to-json": "^1.0.0",
"remark-cli": "^4.0.0",
"remark-preset-wooorm": "^3.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^5.0.0",
"tape": "^4.0.0",
"xo": "^0.18.0"
"xo": "^0.24.0"
},
"scripts": {
"build-md": "remark . -qfo",
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fillers [![Build Status][travis-badge]][travis]

List of, _like_, English (both British and American) filler words.
List of, *like*, English (both British and American) filler words.

## Installation

Expand Down Expand Up @@ -39,14 +39,14 @@ Yields:

### `fillers`

_So_, `fillers` exposes a list of strings. (`Array.<string>`).
*So*, `fillers` exposes a list of strings. (`Array.<string>`).

## Support

For a complete list of supported filler words and phrases, _like_, see
For a complete list of supported filler words and phrases, *like*, see
[index.json][data].

Note that the words listed in **fillers** _might_ or, in fact, _might_
Note that the words listed in **fillers** *might* or, in fact, *might*
not be fillers.

## Related
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var test = require('tape');
var fillers = require('./');
var fillers = require('.');

test('fillers', function (t) {
t.equal(typeof fillers, 'object', 'should be an array #1');
Expand Down

0 comments on commit 0f9f283

Please sign in to comment.