Skip to content

Commit 68b8cea

Browse files
committed
fix: Dist directory missing from package, docs updates
1 parent b3b24d2 commit 68b8cea

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/npm-publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
if: steps.version_check.outputs.changed == 'true'
4040
run: npm install
4141

42+
- name: Create build
43+
if: steps.version_check.outputs.changed == 'true'
44+
run: npm run build
45+
4246
- name: Publish to npm
4347
if: steps.version_check.outputs.changed == 'true'
4448
run: npm publish

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
99
<p align="center">
1010
<a href="https://npmcharts.com/compare/vue3-google-login" target="_blank">
11-
<img src="https://img.shields.io/npm/dw/vue3-google-login.svg" alt="npm"/>
11+
<img src="https://img.shields.io/npm/dw/vue3-google-login.svg" alt="downloads"/>
1212
</a>&nbsp;
1313
<a href="https://www.npmjs.com/package/vue3-google-login" target="_blank">
1414
<img src="https://img.shields.io/npm/v/vue3-google-login.svg" alt="npm"/>
1515
</a>&nbsp;
1616
<a href="https://bundlephobia.com/package/vue3-google-login" target="_blank">
17-
<img src="https://img.shields.io/bundlephobia/minzip/vue3-google-login/^2.0.0" alt="npm"/>
17+
<img src="https://img.shields.io/bundlephobia/minzip/vue3-google-login" alt="bundlephobia"/>
1818
</a>&nbsp;
1919
</p>
2020

documentation/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
88
<p align="center">
99
<a href="https://npmcharts.com/compare/vue3-google-login" target="_blank">
10-
<img src="https://img.shields.io/npm/dw/vue3-google-login.svg" alt="npm"/>
10+
<img src="https://img.shields.io/npm/dw/vue3-google-login.svg" alt="downloads"/>
1111
</a>&nbsp;
1212
<a href="https://www.npmjs.com/package/vue3-google-login" target="_blank">
1313
<img src="https://img.shields.io/npm/v/vue3-google-login.svg" alt="npm"/>
1414
</a>&nbsp;
1515
<a href="https://bundlephobia.com/package/vue3-google-login" target="_blank">
16-
<img src="https://img.shields.io/bundlephobia/minzip/vue3-google-login" alt="npm"/>
16+
<img src="https://img.shields.io/bundlephobia/minzip/vue3-google-login" alt="bundlephobia"/>
1717
</a>&nbsp;
1818
</p>
1919

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-google-login",
3-
"version": "2.0.32",
3+
"version": "2.0.33",
44
"description": "Add a Login with Google feature to your Vue 3 application using Google Identity Services",
55
"license": "MIT",
66
"author": "Ananthakrishnan Baji <[email protected]>",

0 commit comments

Comments
 (0)