We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f2036 commit 4291cb8Copy full SHA for 4291cb8
package.json
@@ -26,7 +26,7 @@
26
"dist"
27
],
28
"scripts": {
29
- "build": "scripts ts-build2 --cjs",
+ "build": "scripts ts-build2 --cjs --target es2019",
30
"lint": "kcd-scripts lint",
31
"setup": "npm install && npm run validate -s",
32
"test": "kcd-scripts test",
@@ -35,7 +35,7 @@
35
"validate": "kcd-scripts typecheck"
36
},
37
"devDependencies": {
38
- "@ph.fritsche/scripts-config": "^2.2.4",
+ "@ph.fritsche/scripts-config": "^2.3.0",
39
"@testing-library/dom": "^8.11.4",
40
"@testing-library/jest-dom": "^5.16.3",
41
"@testing-library/react": "^13.0.0",
0 commit comments