We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120c854 commit 9a26fbeCopy full SHA for 9a26fbe
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@angular/fire",
3
- "version": "6.0.3",
+ "version": "6.0.4",
4
"description": "The official library of Firebase and Angular.",
5
"private": true,
6
"scripts": {
tools/build.sh
@@ -7,5 +7,5 @@ else
7
fi
8
9
echo $VERSION &&
10
-npm version $VERSION --allow-same-version &&
+npm --no-git-tag-version -f version $VERSION --allow-same-version &&
11
yarn build
0 commit comments