Skip to content

Commit

Permalink
fix(build): transpile to es2019 syntax (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Aug 2, 2022
1 parent 47f2036 commit 4291cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -26,7 +26,7 @@
"dist"
],
"scripts": {
"build": "scripts ts-build2 --cjs",
"build": "scripts ts-build2 --cjs --target es2019",
"lint": "kcd-scripts lint",
"setup": "npm install && npm run validate -s",
"test": "kcd-scripts test",
Expand All @@ -35,7 +35,7 @@
"validate": "kcd-scripts typecheck"
},
"devDependencies": {
"@ph.fritsche/scripts-config": "^2.2.4",
"@ph.fritsche/scripts-config": "^2.3.0",
"@testing-library/dom": "^8.11.4",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.0.0",
Expand Down

0 comments on commit 4291cb8

Please sign in to comment.