We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40222c commit c1c537bCopy full SHA for c1c537b
package.json
@@ -20,6 +20,9 @@
20
"idb": "^6.1.4",
21
"idb-keyval": "^6.0.2"
22
},
23
+ "peerDependencies": {
24
+ "react": ">=17"
25
+ },
26
"devDependencies": {
27
"@ph.fritsche/eslint-config": "^1.0.1",
28
"@ph.fritsche/scripts-config": "^2.1.1",
@@ -37,7 +40,7 @@
37
40
"typescript": "^4.4.3"
38
41
39
42
"scripts": {
- "build": "scripts ts-build --exportsMap driver/*",
43
+ "build": "scripts ts-build2 --cjs --exportsMap driver/*",
44
"lint": "eslint src test",
45
"test": "jest"
46
}
0 commit comments