1.0.1 • Published 2 years ago
jh-response-object v1.0.1
Response Object
VSCODE SETUP
- Create folder in project root
- Create file
settings.jsonwith the following content:
{
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"editor.formatOnSave": false,
"[typescript]": {
"editor.formatOnSave": true
}
}LOCAL DEVELOPMENT
- Run command
npm linkin this project directory. - Run command
npm link @jh-tech/response-objectin the project directory where you want this package available.
PUBLISHING
Minor Update
Run command npm version major
Minor Update
Run command npm version minor
Patch Update
Run command npm version patch
1.0.1
2 years ago