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 2, 2018
1 parent 04016cd commit e6f8ab0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"unist-util-visit": "^1.0.0"
},
"devDependencies": {
"browserify": "^14.0.0",
"browserify": "^16.0.0",
"esmangle": "^1.0.0",
"nyc": "^11.0.2",
"remark-cli": "^4.0.0",
"remark-preset-wooorm": "^3.0.0",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.0.0",
"xo": "^0.18.2"
"xo": "^0.20.0"
},
"scripts": {
"build-md": "remark . --quiet --frail --output",
Expand All @@ -55,6 +55,9 @@
"space": true,
"esnext": false,
"rules": {
"guard-for-in": "off",
"no-var": "off",
"prefer-arrow-callback": "off",
"guard-for-in": "off",
"unicorn/prefer-type-error": "off"
},
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 search = require('./');
var search = require('.');

var tree = {
type: 'SentenceNode',
Expand Down

0 comments on commit e6f8ab0

Please sign in to comment.