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 09c9c87 commit 554dd3cCopy full SHA for 554dd3c
package.json
@@ -9,20 +9,21 @@
9
"classnames": "2.3.1",
10
"react": "17.0.2",
11
"react-dom": "17.0.2",
12
- "kkt": "6.11.0"
+ "kkt": "7.0.5"
13
},
14
"files": [
15
"src/document.json"
16
],
17
"scripts": {
18
- "start": "PUBLIC_URL='.' kkt start",
19
- "build": "PUBLIC_URL='.' kkt build",
+ "start": "kkt start",
+ "build": "kkt build",
20
"test": "kkt test --env=jsdom",
21
"test:coverage": "kkt test --env=jsdom --coverage"
22
23
"eslintConfig": {
24
"extends": [
25
- "react-app"
+ "react-app",
26
+ "react-app/jest"
27
]
28
29
"browserslist": {
0 commit comments