chef-socket
Advanced tools
Comparing version
@@ -1,3 +0,3 @@ | ||
import { type Config, config } from "chef-core"; | ||
export { config, type Config }; | ||
import { type Config, config as baseConfig } from "chef-core"; | ||
export { baseConfig as config, type Config }; | ||
export declare function cook( | ||
@@ -4,0 +4,0 @@ config?: Partial<Config>, |
{ | ||
"name": "chef-socket", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"keywords": [ | ||
@@ -43,4 +43,6 @@ "chef-js", | ||
"format": "prettier . --write", | ||
"precommit": "yarn test && yarn build:docs && yarn format", | ||
"amend": "yarn precommit && git commit -a --am --no-edit" | ||
"lint": "eslint src --fix", | ||
"precommit": "yarn lint && yarn test && yarn build:docs && yarn format", | ||
"amend": "yarn precommit && git commit -a --am --no-edit", | ||
"upgrade": "npx npm-check-updates -u -y && yarn add express@^4 --save && yarn add @types/express@^4 -D" | ||
}, | ||
@@ -47,0 +49,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
12411
1.65%