Skip to content

Commit a0f76fa

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, auto-changelog, tape; add aud
1 parent 7a332e9 commit a0f76fa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"pretest": "npm run lint",
1414
"tests-only": "node --harmony --es-staging test",
1515
"test": "npm run tests-only",
16-
"posttest": "npx aud",
16+
"posttest": "npx aud --production",
1717
"coverage": "covert test/index.js",
1818
"lint": "eslint .",
1919
"eccheck": "eclint check *.js **/*.js > /dev/null",
@@ -34,17 +34,17 @@
3434
],
3535
"dependencies": {},
3636
"devDependencies": {
37-
"@ljharb/eslint-config": "^16.0.0",
38-
"aud": "^1.1.1",
39-
"auto-changelog": "^2.0.0",
37+
"@ljharb/eslint-config": "^17.2.0",
38+
"aud": "^1.1.2",
39+
"auto-changelog": "^2.2.0",
4040
"covert": "^1.1.1",
4141
"eclint": "^2.8.1",
42-
"eslint": "^6.8.0",
42+
"eslint": "^7.7.0",
4343
"foreach": "^2.0.5",
4444
"indexof": "^0.0.1",
4545
"is": "^3.3.0",
4646
"safe-publish-latest": "^1.1.4",
47-
"tape": "^5.0.0-next.5"
47+
"tape": "^5.0.1"
4848
},
4949
"testling": {
5050
"files": "test/index.js",

Diff for: test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
var test = require('tape');
4-
var isString = require('..');
4+
var isString = require('../');
55
var hasSymbols = typeof Symbol === 'function' && typeof Symbol('') === 'symbol';
66

77
test('not Strings', function (t) {

0 commit comments

Comments
 (0)