Skip to content

Commit

Permalink
Merge pull request #34 from ronatskiy/1.1.6
Browse files Browse the repository at this point in the history
1.1.6
  • Loading branch information
ronatskiy authored Feb 20, 2022
2 parents 7fc2900 + bc71345 commit 0546e03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Returns SVG link of the official flag for a specified country (according to [ISO

## Available Flags

[The full list of available flags you can see on the Docs page](https://ronatskiy.github.io/country-flags-svg/)
The full list of available flags you can see on the [Docs page](https://ronatskiy.github.io/country-flags-svg/)

if not enough don't be shy and provide merge request ;)

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "country-flags-svg",
"version": "1.1.5",
"version": "1.1.6",
"description": "A list of countries with url links to a svg image which you can simply use in your web application",
"main": "dist/index.js",
"files": [
Expand All @@ -14,8 +14,7 @@
"build": "./node_modules/.bin/babel src --out-dir dist",
"test": "jest",
"test-coverage": "jest --coverage",
"prepare": "npm run clean && npm run test && npm run build",
"publish": "npm publish"
"prepare": "npm run clean && npm run test && npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0546e03

Please sign in to comment.