File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
2
coverage
3
- dist
3
+ lib
4
4
.docz
5
5
site
Original file line number Diff line number Diff line change 1
1
node_modules
2
2
coverage
3
- dist
3
+ lib
4
4
.docz
5
5
site
Original file line number Diff line number Diff line change 1
1
node_modules
2
2
coverage
3
- dist
3
+ lib
4
4
.docz
5
5
site
Original file line number Diff line number Diff line change 2
2
"name" : " @testing-library/react-hooks" ,
3
3
"version" : " 0.0.0-semantically-released" ,
4
4
"description" : " Simple and complete React hooks testing utilities that encourage good testing practices." ,
5
- "main" : " dist /index.js" ,
5
+ "main" : " lib /index.js" ,
6
6
"keywords" : [
7
7
" testing" ,
8
8
" react" ,
11
11
" integration"
12
12
],
13
13
"files" : [
14
- " dist " ,
14
+ " lib " ,
15
15
" src" ,
16
16
" pure.js" ,
17
17
" dont-cleanup-after-each.js"
26
26
"setup" : " npm install && npm run validate -s" ,
27
27
"validate" : " kcd-scripts validate" ,
28
28
"prepare" : " npm run build" ,
29
- "build" : " kcd-scripts build" ,
29
+ "build" : " kcd-scripts build --out-dir lib " ,
30
30
"lint" : " kcd-scripts lint" ,
31
31
"coverage" : " codecov" ,
32
32
"test" : " kcd-scripts test" ,
You can’t perform that action at this time.
0 commit comments