Skip to content

Commit

Permalink
fix(tsconfig): revert target es2020 (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
silviuaavram authored Aug 3, 2021
1 parent f978244 commit 9df96b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "downshift",
"version": "0.0.0-semantically-released",
"version": "6.1.5-alpha.0",
"description": "🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.",
"main": "dist/downshift.cjs.js",
"react-native": "dist/downshift.native.cjs.js",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"esModuleInterop": true,
"jsx": "react",
"moduleResolution": "node",
"target": "es2020",
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit 9df96b6

Please sign in to comment.