We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7869a commit a02b0fcCopy full SHA for a02b0fc
package.json
@@ -32,7 +32,7 @@
32
"doc": "grunt jsdoc",
33
"test": "nyc mocha",
34
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
35
- "format": "prettier --write '**/*.js' '**/*.ts' '**/*.json'"
+ "format": "prettier --write \"**/*.js\" \"**/*.ts\" \"**/*.json\""
36
},
37
"dependencies": {
38
"ffi-napi": "^4.0.3",
0 commit comments