Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
package script quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Jun 19, 2020
1 parent 0df8086 commit 53f56c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"prepublishOnly": "npm run test",
"pretest": "npm run lint && npm run format",
"lint": "npr eslint --fix \"{bin,src,test}/*.js\"",
"format": "npr prettier --write \"{bin,src,test}/*.js\"",
"lint": "npr eslint --fix '{bin,src,test}/*.js'",
"format": "npr prettier --write '{bin,src,test}/*.js'",
"test": "node test/checker.js"
},
"keywords": [
Expand Down

0 comments on commit 53f56c1

Please sign in to comment.