Skip to content

Commit

Permalink
version bump + prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl committed Dec 10, 2023
1 parent cf56a1e commit 29561d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tda-wsjson-client",
"version": "0.7.2",
"version": "0.8.0",
"description": "WebSocket client for the TD Ameritrade wsjson API",
"main": "dist/web.bundle.js",
"types": "dist/web.d.ts",
Expand Down
15 changes: 3 additions & 12 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,8 @@
"allowJs": true,
"moduleResolution": "nodenext",
"module": "nodenext",
"lib": [
"es2020",
"dom"
]
"lib": ["es2020", "dom"]
},
"include": [
"src/**/*"
],
"exclude": [
"./node_modules",
"dist",
"src/test/**/*"
]
"include": ["src/**/*"],
"exclude": ["./node_modules", "dist", "src/test/**/*"]
}

0 comments on commit 29561d6

Please sign in to comment.