File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ jobs:
146
146
uses : actions/setup-node@v2-beta
147
147
with :
148
148
node-version : ' 16'
149
- # registry-url: 'https://wombat-dressing-room.appspot.com'
150
- registry-url : ' https://registry.npmjs.org'
149
+ registry-url : ' https://wombat-dressing-room.appspot.com'
150
+ # registry-url: 'https://registry.npmjs.org'
151
151
- name : ' Download Artifacts'
152
152
uses : actions/download-artifact@v2
153
153
- name : Relocate Artifacts
@@ -157,5 +157,5 @@ jobs:
157
157
chmod +x ./dist/publish.sh
158
158
./dist/publish.sh
159
159
env :
160
- # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
161
- NODE_AUTH_TOKEN : ${{ secrets.PERSONAL_NPM_TOKEN }}
160
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
161
+ # NODE_AUTH_TOKEN: ${{ secrets.PERSONAL_NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " firebase-frameworks" ,
3
- "version" : " 0.3 .0" ,
4
- "description" : " An experimental framework-aware Firebase CLI" ,
3
+ "version" : " 0.4 .0" ,
4
+ "description" : " Experimental addon to the Firebase CLI to add web framework support " ,
5
5
"main" : " dist/index.js" ,
6
- "repository" : " github: FirebaseExtended/firebase-framework-tools" ,
6
+ "repository" : " FirebaseExtended/firebase-framework-tools" ,
7
7
"author" : {
8
8
"name" : " Firebase" ,
9
9
"url" : " https://firebase.google.com/"
14
14
"keywords" : [
15
15
" firebase" ,
16
16
" firebase-tools" ,
17
- " next.js"
17
+ " next.js" ,
18
+ " angular" ,
19
+ " nuxt" ,
20
+ " nuxt3" ,
21
+ " ssr"
18
22
],
19
23
"scripts" : {
20
24
"build" : " rm -rf dist && tsc && ts-node ./tools/build.ts" ,
You can’t perform that action at this time.
0 commit comments