Skip to content

Commit 7a217e8

Browse files
authoredMay 9, 2021
Revert quotes (#184)
1 parent 3477063 commit 7a217e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"pino-pretty": "./bin.js"
88
},
99
"scripts": {
10-
"ci": "standard && tap \"test/**/*.test.js\" --coverage-report=lcovonly",
10+
"ci": "standard && tap 'test/**/*.test.js' --coverage-report=lcovonly",
1111
"lint": "standard | snazzy",
12-
"test": "tap --100 \"test/**/*.test.js\""
12+
"test": "tap --100 'test/**/*.test.js'"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.