Skip to content

Commit

Permalink
vue-country-flag-next fixed on NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaldop committed Apr 8, 2021
1 parent cb5abc9 commit 5498c7c
Show file tree
Hide file tree
Showing 8 changed files with 194 additions and 23,111 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _Country flags as a Vue Component_
<img src="https://github.com/P3trur0/vue-country-flag/blob/master/assets/logo.png?raw=true" alt="vue-country-flag"/>
</p>
<p align="center">
<img src="https://packagephobia.now.sh/[email protected].3" alt="Install size">
<img src="https://packagephobia.now.sh/[email protected].4" alt="Install size">
<img src="https://img.shields.io/badge/Vue.js%202-compatible-green.svg" alt="Vue.js 2 compatible">
<img src="https://img.shields.io/badge/Vue.js%203-compatible-green.svg" alt="Vue.js 3 compatible">
<a href="https://www.npmjs.com/package/vue-country-flag"><img src="https://img.shields.io/badge/npm-2.0.3-blue.svg" alt="Version"></a>
Expand Down
9,122 changes: 22 additions & 9,100 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/vue-country-flag-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _Country flags as a Vue 3 Component_
<img src="https://github.com/P3trur0/vue-country-flag/blob/master/assets/logo.png?raw=true" alt="vue-country-flag"/>
</p>
<p align="center">
<img src="https://packagephobia.now.sh/[email protected].3" alt="Install size">
<img src="https://packagephobia.now.sh/[email protected].4" alt="Install size">
<img src="https://img.shields.io/badge/Vue.js%203-compatible-green.svg" alt="Vue.js 3 compatible">
<a href="https://www.npmjs.com/package/vue-country-flag-next"><img src="https://img.shields.io/badge/npm-2.0.3-blue.svg" alt="Version"></a>
<a href="https://www.npmjs.com/package/vue-country-flag-next"><img src="https://img.shields.io/badge/license-MIT-green.svg" alt="License"></a>
Expand All @@ -28,7 +28,7 @@ Import `CountryFlag` component in your app, for example:
- in `main.js` you can mount it as a global Vue component:

```js
import CountryFlag from 'vue-country-flag'
import CountryFlag from 'vue-country-flag-next'

new Vue({
components: {
Expand Down
14,011 changes: 91 additions & 13,920 deletions packages/vue-country-flag-next/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/vue-country-flag-next/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "vue-country-flag-next",
"version": "2.0.3",
"version": "2.0.4",
"description": "Simple Vue component for displaying of country flags",
"main": "dist/country-flag.ssr.js",
"browser": "dist/country-flag.esm.js",
"module": "dist/country-flag.esm.js",
"unpkg": "dist/country-flag.min.js",
"browser": "dist/CountryFlag.esm.js",
"module": "dist/CountryFlag.esm.js",
"unpkg": "dist/CountryFlag.min.js",
"files": [
"dist/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-country-flag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _Country flags as a Vue Component_
<img src="https://github.com/P3trur0/vue-country-flag/blob/master/assets/logo.png?raw=true" alt="vue-country-flag"/>
</p>
<p align="center">
<img src="https://packagephobia.now.sh/[email protected].3" alt="Install size">
<img src="https://packagephobia.now.sh/[email protected].4" alt="Install size">
<img src="https://img.shields.io/badge/Vue.js%202-compatible-green.svg" alt="Vue.js 2 compatible">
<a href="https://www.npmjs.com/package/vue-country-flag"><img src="https://img.shields.io/badge/npm-2.0.3-blue.svg" alt="Version"></a>
<a href="https://www.npmjs.com/package/vue-country-flag"><img src="https://img.shields.io/badge/license-MIT-green.svg" alt="License"></a>
Expand Down
154 changes: 72 additions & 82 deletions packages/vue-country-flag/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/vue-country-flag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-country-flag",
"version": "2.0.3",
"version": "2.0.4",
"description": "Simple Vue component for displaying of country flags",
"main": "dist/country-flag.ssr.js",
"module": "dist/country-flag.esm.js",
Expand Down

0 comments on commit 5498c7c

Please sign in to comment.