Ver Fonte

Merge branch 'master' into csh-metadata-fallback-node-fetch

Christopher Hoskin há 6 anos atrás
pai
commit
3a2ff4e7b5
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      libraries/logger/package.json

+ 2 - 2
libraries/logger/package.json

@@ -10,8 +10,8 @@
   "version": "2.2.0",
   "scripts": {
     "test": "mocha --grep=$MOCHA_GREP test/**/*.js",
-    "format": "prettier-eslint $PWD'**/*.js' --list-different",
-    "format:fix": "prettier-eslint $PWD'**/*.js' --write",
+    "format": "prettier-eslint $PWD'/**/*.js' --list-different",
+    "format:fix": "prettier-eslint $PWD'/**/*.js' --write",
     "lint": "eslint -f unix ."
   },
   "dependencies": {