Skip to content

Commit

Permalink
make it work with IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Jan 27, 2024
1 parent 117d8cf commit 730170e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deep-values",
"version": "1.1.3",
"version": "1.1.4",
"description": "deepValues capture version of Object.values and deepFilter",
"license": "MIT",
"repository": "niiknow/deep-values",
Expand All @@ -24,7 +24,7 @@
"deep-filter"
],
"devDependencies": {
"@types/node": "^20.11.6",
"@types/node": "^20.11.7",
"ava": "^6.1.0",
"nyc": "^15.1.0",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
/* Basic Options */
"target": "es2017", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', or 'ESNEXT'. */
"target": "es2015", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
"skipLibCheck": true,
// "lib": [], /* Specify library files to be included in the compilation: */
Expand Down

0 comments on commit 730170e

Please sign in to comment.