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 66.DS_Store
77.eslintcache
88
9+ yarn-error.log
10+
911# these cause more harm than good
1012# when working with contributors
1113package-lock.json
1214yarn.lock
15+
Original file line number Diff line number Diff line change 1515 "test" : " kcd-scripts test --config=other/jest.config.js" ,
1616 "test:update" : " npm test -- --updateSnapshot --coverage" ,
1717 "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+ }
2024 },
2125 "files" : [
2226 " dist" ,
3842 "author" :
" Kent C. Dodds <[email protected] > (http://kentcdodds.com/)" ,
3943 "license" : " MIT" ,
4044 "dependencies" : {
45+ "@babel/runtime" : " ^7.3.1" ,
4146 "dom-testing-library" : " ^3.13.1"
4247 },
4348 "devDependencies" : {
4651 "axios" : " ^0.18.0" ,
4752 "eslint-import-resolver-jest" : " ^2.1.1" ,
4853 "history" : " ^4.7.2" ,
49- "jest-dom" : " ^2 .0.4 " ,
54+ "jest-dom" : " 3 .0.1 " ,
5055 "jest-in-case" : " ^1.0.2" ,
51- "kcd-scripts" : " ^0.44 .0" ,
56+ "kcd-scripts" : " 0.49 .0" ,
5257 "react" : " ^16.8.0" ,
5358 "react-dom" : " ^16.8.0" ,
54- "react-redux" : " ^5 .0.7 " ,
59+ "react-redux" : " 6 .0.0 " ,
5560 "react-router" : " ^4.3.1" ,
5661 "react-router-dom" : " ^4.3.1" ,
5762 "react-transition-group" : " ^2.5.0" ,
You can’t perform that action at this time.
0 commit comments