File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nguyenhuutinh-react-firebaseui" ,
3
- "version" : " 5.1.5 " ,
3
+ "version" : " 5.1.11 " ,
4
4
"description" : " React wrapper for firebaseui: Javascript library for customizable UI on top of Firebase SDK" ,
5
5
"files" : [
6
6
" FirebaseAuth.d.ts" ,
19
19
"main" : " index.js" ,
20
20
"scripts" : {
21
21
"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"
24
24
},
25
25
"author" : " Google" ,
26
26
"repository" : {
You can’t perform that action at this time.
0 commit comments