File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1818 "lint" : " eslint src --fix" ,
1919 "format" : " prettier --write src/**/*.ts" ,
2020 "prepublishOnly" : " npm run build" ,
21- "prepare" : " npm audit" ,
2221 "commitlint" : " commitlint --edit" ,
2322 "generate-barrels" : " barrelsby --directory src --recursive --delete --exclude \" common/utils\" --exclude \"\\\\ .spec\\\\ .ts$\" --singleQuotes"
2423 },
Original file line number Diff line number Diff line change @@ -2286,6 +2286,11 @@ fs.realpath@^1.0.0:
22862286 resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
22872287 integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
22882288
2289+ fsevents@^2.3.2 :
2290+ version "2.3.3"
2291+ resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
2292+ integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
2293+
22892294function-bind@^1.1.2 :
22902295 version "1.1.2"
22912296 resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
You can’t perform that action at this time.
0 commit comments