Skip to content

Commit 731456a

Browse files
committed
Try this again
1 parent c8b07d3 commit 731456a

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ jobs:
146146
uses: actions/setup-node@v2-beta
147147
with:
148148
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'
151151
- name: 'Download Artifacts'
152152
uses: actions/download-artifact@v2
153153
- name: Relocate Artifacts
@@ -157,5 +157,5 @@ jobs:
157157
chmod +x ./dist/publish.sh
158158
./dist/publish.sh
159159
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 }}

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"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",
55
"main": "dist/index.js",
6-
"repository": "github:FirebaseExtended/firebase-framework-tools",
6+
"repository": "FirebaseExtended/firebase-framework-tools",
77
"author": {
88
"name": "Firebase",
99
"url": "https://firebase.google.com/"
@@ -14,7 +14,11 @@
1414
"keywords": [
1515
"firebase",
1616
"firebase-tools",
17-
"next.js"
17+
"next.js",
18+
"angular",
19+
"nuxt",
20+
"nuxt3",
21+
"ssr"
1822
],
1923
"scripts": {
2024
"build": "rm -rf dist && tsc && ts-node ./tools/build.ts",

0 commit comments

Comments
 (0)