Skip to content

Commit

Permalink
Update packages and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Bengtsson committed Jun 24, 2019
1 parent 9f85089 commit 5e88dd8
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 66 deletions.
119 changes: 57 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -44,13 +44,13 @@
"eslint": "^6.0.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^9.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"event-stream": "^4.0.1",
"istanbul": "^0.4.5",
"mocha": "^6.1.2"
"mocha": "^6.1.4"
},
"dependencies": {
"plugin-error": "^1.0.1",
Expand Down
1 change: 0 additions & 1 deletion test/tests.js
@@ -1,5 +1,4 @@
/* eslint-env node, mocha */
/* global describe, it */
'use strict';

const assert = require('assert');
Expand Down

0 comments on commit 5e88dd8

Please sign in to comment.