File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 6
6
.DS_Store
7
7
.eslintcache
8
8
9
+ yarn-error.log
10
+
9
11
# these cause more harm than good
10
12
# when working with contributors
11
13
package-lock.json
12
14
yarn.lock
15
+
Original file line number Diff line number Diff line change 15
15
"test" : " kcd-scripts test --config=other/jest.config.js" ,
16
16
"test:update" : " npm test -- --updateSnapshot --coverage" ,
17
17
"validate" : " kcd-scripts validate" ,
18
- "setup" : " npm install && npm run validate -s" ,
19
- "precommit" : " kcd-scripts precommit"
18
+ "setup" : " npm install && npm run validate -s"
19
+ },
20
+ "husky" : {
21
+ "hooks" : {
22
+ "pre-commit" : " kcd-scripts pre-commit"
23
+ }
20
24
},
21
25
"files" : [
22
26
" dist" ,
38
42
"author" : " Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)" ,
39
43
"license" : " MIT" ,
40
44
"dependencies" : {
45
+ "@babel/runtime" : " ^7.3.1" ,
41
46
"dom-testing-library" : " ^3.13.1"
42
47
},
43
48
"devDependencies" : {
46
51
"axios" : " ^0.18.0" ,
47
52
"eslint-import-resolver-jest" : " ^2.1.1" ,
48
53
"history" : " ^4.7.2" ,
49
- "jest-dom" : " ^2 .0.4 " ,
54
+ "jest-dom" : " 3 .0.1 " ,
50
55
"jest-in-case" : " ^1.0.2" ,
51
- "kcd-scripts" : " ^0.44 .0" ,
56
+ "kcd-scripts" : " 0.49 .0" ,
52
57
"react" : " ^16.8.0" ,
53
58
"react-dom" : " ^16.8.0" ,
54
- "react-redux" : " ^5 .0.7 " ,
59
+ "react-redux" : " 6 .0.0 " ,
55
60
"react-router" : " ^4.3.1" ,
56
61
"react-router-dom" : " ^4.3.1" ,
57
62
"react-transition-group" : " ^2.5.0" ,
You can’t perform that action at this time.
0 commit comments