Commit 807ce34 1 parent 432ad4a commit 807ce34 Copy full SHA for 807ce34
File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 43
43
"dependencies" : {
44
44
"@alwatr/package-tracer" : " ^5.0.0" ,
45
45
"@nexim/eleventy-config" : " workspace:^" ,
46
+ "@nexim/pwa-install-prompt" : " workspace:^" ,
46
47
"@nexim/service-worker-notify" : " workspace:^"
47
48
},
48
49
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ import {packageTracer} from '@alwatr/package-tracer';
3
3
__dev_mode__: packageTracer . add ( __package_name__ , __package_version__ ) ;
4
4
5
5
export * from '@nexim/eleventy-config' ;
6
- export * from '@nexim/service-worker-notify'
6
+ export * from '@nexim/service-worker-notify' ;
7
+ export * from '@nexim/pwa-install-prompt' ;
Original file line number Diff line number Diff line change 14
14
"references" : [
15
15
{
16
16
"path" : "../eleventy-config"
17
+ } ,
18
+ {
19
+ "path" : "../pwa-install-prompt"
20
+ } ,
21
+ {
22
+ "path" : "../service-worker-notify"
17
23
}
18
24
]
19
25
}
You can’t perform that action at this time.
0 commit comments