Skip to content

Commit

Permalink
fix(deploy): ignore dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
imwh0im committed Feb 2, 2022
1 parent 8e03a3c commit e8c4650
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ release.config.js
.eslintrc.js
package-lock.json
.github/
node_modules/
.prettierignore
.prettierrc.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wrapper for upbit API
```bash
$ npm run lint # Only Check Lint
$ npm run lint:fix # Fix to Lint Error
$ npm run foramt # Check prettier
$ npm run format # Check prettier
```

### Available API List
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2021", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"target": "ES2020", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"module": "commonjs", /* Specify what module code is generated. */
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
Expand Down

0 comments on commit e8c4650

Please sign in to comment.