File tree Expand file tree Collapse file tree 2 files changed +816
-1652
lines changed Expand file tree Collapse file tree 2 files changed +816
-1652
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " talker.js" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "description" : " A tiny, promise-based library for cross-origin communication between frames and windows." ,
55 "main" : " dist/index.js" ,
66 "browser" : " dist/umd/talker.min.js" ,
77 "types" : " dist/index.d.ts" ,
88 "scripts" : {
9- "precommit" : " lint-staged" ,
109 "build" : " tsc" ,
1110 "test" : " tslint src/"
1211 },
4039 }
4140 },
4241 "devDependencies" : {
43- "husky" : " ^1.2.0 " ,
42+ "husky" : " ^1.3.1 " ,
4443 "lint-staged" : " ^8.1.0" ,
45- "prettier" : " ^1.15 .2" ,
44+ "prettier" : " ^1.18 .2" ,
4645 "ts-loader" : " ^5.3.1" ,
4746 "tslint" : " ~5.7.0" ,
4847 "tslint-config-prettier" : " ~1.9.0" ,
4948 "typescript" : " ~3.1.2" ,
50- "webpack" : " ^4.26.1 " ,
51- "webpack-cli" : " ^3.1.2 "
49+ "webpack" : " ^5.9.0 " ,
50+ "webpack-cli" : " ^3.3.12 "
5251 },
5352 "dependencies" : {
5453 "es6-promise" : " ~4.2.4"
54+ },
55+ "husky" : {
56+ "hooks" : {
57+ "pre-commit" : " lint-staged"
58+ }
5559 }
5660}
You can’t perform that action at this time.
0 commit comments