File tree 5 files changed +34
-2
lines changed
5 files changed +34
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @firebase/database-compat ' : patch
3
+ ' @firebase/firestore-compat ' : patch
4
+ ' @firebase/storage-compat ' : patch
5
+ ---
6
+
7
+ Add "repository" field to package.json files that were missing it.
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
+ workflow_dispatch :
7
8
8
9
jobs :
9
10
deploy :
Original file line number Diff line number Diff line change 49
49
},
50
50
"devDependencies" : {
51
51
"@firebase/app-compat" : " 0.1.4"
52
+ },
53
+ "repository" : {
54
+ "directory" : " packages/database-compat" ,
55
+ "type" : " git" ,
56
+ "url" : " https://github.com/firebase/firebase-js-sdk.git"
57
+ },
58
+ "bugs" : {
59
+ "url" : " https://github.com/firebase/firebase-js-sdk/issues"
52
60
}
53
61
}
Original file line number Diff line number Diff line change 44
44
"typescript" : " 4.2.2"
45
45
},
46
46
"license" : " Apache-2.0" ,
47
- "typings" : " dist/src/index.d.ts"
47
+ "typings" : " dist/src/index.d.ts" ,
48
+ "repository" : {
49
+ "directory" : " packages/firestore-compat" ,
50
+ "type" : " git" ,
51
+ "url" : " https://github.com/firebase/firebase-js-sdk.git"
52
+ },
53
+ "bugs" : {
54
+ "url" : " https://github.com/firebase/firebase-js-sdk/issues"
55
+ }
48
56
}
Original file line number Diff line number Diff line change 45
45
},
46
46
"files" : [
47
47
" dist"
48
- ]
48
+ ],
49
+ "repository" : {
50
+ "directory" : " packages/storage-compat" ,
51
+ "type" : " git" ,
52
+ "url" : " https://github.com/firebase/firebase-js-sdk.git"
53
+ },
54
+ "bugs" : {
55
+ "url" : " https://github.com/firebase/firebase-js-sdk/issues"
56
+ }
49
57
}
You can’t perform that action at this time.
0 commit comments