Skip to content

Commit 162d396

Browse files
author
ekiziltas
committed
EU Flag is added
1 parent e216ecc commit 162d396

8 files changed

+81
-8
lines changed

lib/Icon_Flag_CA.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Icon_Flag_CA.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Icon_Flag_EU.js

+66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

+6-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-ui-flags",
3-
"version": "1.0.15",
3+
"version": "1.2.4",
44
"description": "Flag icons for Material-UI",
55
"main": "lib/index.js",
66
"standalone": "Flags",

test/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ Install all the npm packages. Go into the project folder and type the following
4141

4242
```bash
4343
npm install
44+
yarn install
4445
```
4546

4647
In order to run the application Type the following command
4748

4849
```bash
4950
npm start
51+
yarn start
5052
```
5153

5254
The Application Runs on **localhost:3000**

test/src/App.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import React, {Component} from 'react';
22
import './App.css';
33
import {
4-
IconFlagUK
4+
IconFlagEU
55
} from 'material-ui-flags';
66

77
class App extends Component {
88
render() {
99
return (
10-
<div><IconFlagUK/></div>
10+
<IconFlagEU/>
1111
);
1212
}
1313
}

0 commit comments

Comments
 (0)