Skip to content

Commit 93ff42e

Browse files
author
tinhnguyen
committed
v5.1.11
1 parent 7b52926 commit 93ff42e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nguyenhuutinh-react-firebaseui",
3-
"version": "5.1.5",
3+
"version": "5.1.11",
44
"description": "React wrapper for firebaseui: Javascript library for customizable UI on top of Firebase SDK",
55
"files": [
66
"FirebaseAuth.d.ts",
@@ -19,8 +19,8 @@
1919
"main": "index.js",
2020
"scripts": {
2121
"clean": "rm -rf ./dist",
22-
"build": "webpack -p && babel src --out-dir dist -s && cp ./types/* README.md LICENSE package.json dist && cd dist && npm install --only=production && cd -",
23-
"pub": "npm run clean && npm run build && npm publish dist"
22+
"build": "webpack -p && babel src --out-dir dist -s && cp ./types/* README.md LICENSE package.json dist && cd dist && yarn install --only=production && cd -",
23+
"pub": "yarn clean && yarn build && yarn publish dist"
2424
},
2525
"author": "Google",
2626
"repository": {

0 commit comments

Comments
 (0)