File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
"install" : " npm --prefix types-module install && npm --prefix handlers-module install" ,
5
5
"re-install" : " npm run clear-all && npm run install" ,
6
6
"clear" : " rm -rf */lib" ,
7
- "clear-all" : " rm -rf */node_modules */lib */package-lock.json"
7
+ "clear-all" : " rm -rf */node_modules */lib */package-lock.json */*.tgz "
8
8
}
9
9
}
Original file line number Diff line number Diff line change 35
35
"firebase" : " ^7.15.5" ,
36
36
"firebase-admin" : " ^9.0.0" ,
37
37
"firebase-functions" : " ^3.7.0" ,
38
- "handlers-module" : " file:modules/handlers-module/handlers-module-1.0.0.tgz " ,
38
+ "handlers-module" : " file:modules/handlers-module" ,
39
39
"http-status-codes" : " ^1.4.0" ,
40
40
"jwt-decode" : " ^2.2.0" ,
41
41
"moment" : " ^2.27.0" ,
45
45
"rxjs" : " ^6.5.5" ,
46
46
"sitemap" : " ^6.1.7" ,
47
47
"slug" : " ^3.3.0" ,
48
- "types-module" : " file:modules/types-module/types-module-1.0.0.tgz " ,
48
+ "types-module" : " file:modules/types-module" ,
49
49
"uuid" : " ^8.2.0" ,
50
50
"vee-validate" : " ^3.3.7" ,
51
51
"vue-infinite-loading" : " ^2.4.5" ,
You can’t perform that action at this time.
0 commit comments