Skip to content

Commit

Permalink
Revert quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed May 9, 2021
1 parent 24e8ff0 commit 84a9141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,9 +7,9 @@
"pino-pretty": "./bin.js"
},
"scripts": {
"ci": "standard && tap \"test/**/*.test.js\" --coverage-report=lcovonly",
"ci": "standard && tap 'test/**/*.test.js' --coverage-report=lcovonly",
"lint": "standard | snazzy",
"test": "tap --100 \"test/**/*.test.js\""
"test": "tap --100 'test/**/*.test.js'"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 84a9141

Please sign in to comment.