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

This commit is contained in:
Christopher Hoskin 2020-08-11 09:44:28 +01:00
commit 3a2ff4e7b5

View file

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