Comparing version 0.1.40 to 0.1.41
{ | ||
"name": "@ory/cli", | ||
"version": "0.1.40", | ||
"version": "0.1.41", | ||
"main": "npm/index.js", | ||
@@ -19,9 +19,4 @@ "bin": { | ||
"test:cypress:dev": "cypress open", | ||
"prepublishOnly": "npm run test:binwrap", | ||
"format": "prettier --write ${npm_package_config_prettierTarget}", | ||
"format:check": "prettier --check ${npm_package_config_prettierTarget}" | ||
"prepublishOnly": "npm run test:binwrap" | ||
}, | ||
"config": { | ||
"prettierTarget": "{**/,}*{.js,.md,.ts}" | ||
}, | ||
"prettier": "ory-prettier-styles", | ||
@@ -37,5 +32,5 @@ "dependencies": { | ||
"ory-prettier-styles": "1.3.0", | ||
"prettier": "^2.7.1", | ||
"prettier": "2.7.1", | ||
"prettier-plugin-packagejson": "^2.2.18" | ||
} | ||
} |
14924