Skip to content

Commit

Permalink
update target to es2015
Browse files Browse the repository at this point in the history
  • Loading branch information
siriusyim committed Dec 4, 2023
1 parent 6a106c7 commit 2f87c3c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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
Expand Up @@ -6,7 +6,7 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist;npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@types/lodash": "^4.14.199",
"@types/node": "20.6.2",
"@unipackage/utils": "^0.1.4",
"@unipackage/utils": "^0.1.5",
"fp-ts": "^2.16.1",
"immutable": "^5.0.0-beta.4"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "./dist",
"declaration": true,
"target": "es5",
"target": "ES2015",
"strict": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 2f87c3c

Please sign in to comment.