Skip to content

Commit

Permalink
Update firebase-tools tests working
Browse files Browse the repository at this point in the history
  • Loading branch information
benwinding committed May 23, 2022
1 parent 3b414e4 commit d9aafad
Show file tree
Hide file tree
Showing 2 changed files with 2,058 additions and 1,220 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@types/react": "^18.0.9",
"@types/react-router-dom": "^5.3.3",
"@types/rx": "^4.1.1",
"firebase": "^9.6.4",
"firebase-tools": "^8.1.1",
"firebase": "^9.8.1",
"firebase-tools": "11.x",
"gulp": "^4.0.2",
"jest": "^23.6.0",
"microbundle": "^0.12.4",
Expand Down Expand Up @@ -53,5 +53,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"umd:main": "dist/index.umd.js",
"source": "src/index.ts"
"source": "src/index.ts",
"engines": {
"node": ">=10 <=16"
}
}
Loading

0 comments on commit d9aafad

Please sign in to comment.