Skip to content

Commit 80dcaa6

Browse files
committed
Fixing security issues
1 parent 64be5b1 commit 80dcaa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "node tests/lib/rules/no-secrets.js && mocha \"staging/**/*.spec.js\"",
8-
"test:staging":"mocha \"staging/**/*.spec.js\""
8+
"test:staging": "mocha \"staging/**/*.spec.js\""
99
},
1010
"keywords": [
1111
"eslint",

0 commit comments

Comments
 (0)