Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, auto-changelog
Browse files Browse the repository at this point in the history
…, `tape`; add `aud`
  • Loading branch information
ljharb committed Aug 31, 2020
1 parent 7a332e9 commit a0f76fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -13,7 +13,7 @@
"pretest": "npm run lint",
"tests-only": "node --harmony --es-staging test",
"test": "npm run tests-only",
"posttest": "npx aud",
"posttest": "npx aud --production",
"coverage": "covert test/index.js",
"lint": "eslint .",
"eccheck": "eclint check *.js **/*.js > /dev/null",
Expand All @@ -34,17 +34,17 @@
],
"dependencies": {},
"devDependencies": {
"@ljharb/eslint-config": "^16.0.0",
"aud": "^1.1.1",
"auto-changelog": "^2.0.0",
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.2",
"auto-changelog": "^2.2.0",
"covert": "^1.1.1",
"eclint": "^2.8.1",
"eslint": "^6.8.0",
"eslint": "^7.7.0",
"foreach": "^2.0.5",
"indexof": "^0.0.1",
"is": "^3.3.0",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.0-next.5"
"tape": "^5.0.1"
},
"testling": {
"files": "test/index.js",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
@@ -1,7 +1,7 @@
'use strict';

var test = require('tape');
var isString = require('..');
var isString = require('../');
var hasSymbols = typeof Symbol === 'function' && typeof Symbol('') === 'symbol';

test('not Strings', function (t) {
Expand Down

0 comments on commit a0f76fa

Please sign in to comment.