Skip to content

Commit

Permalink
Version 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Jul 6, 2020
1 parent 8fef15a commit 25c19fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Example extends React.Component {

## License

Copyright (c) 2019 [Olivier Giulieri](https://evoluteur.github.io/).
Copyright (c) 2020 [Olivier Giulieri](https://evoluteur.github.io/).

react-crud-icons is released under the [MIT license](http://github.com/evoluteur/react-crud-icons/blob/master/LICENSE).

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "react-crud-icons",
"version": "0.1.1",
"version": "0.1.2",
"description": "Set of SVG icons for CRUD applications packaged as a React component",
"repository": {
"type": "git",
"url": "git://github.com/evoluteur/react-crud-icons.git"
},
"copyright": "(c) 2019 Olivier Giulieri",
"copyright": "(c) 2020 Olivier Giulieri",
"homepage": "https://github.com/evoluteur/react-crud-icons",
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
"license": "MIT",
Expand All @@ -21,13 +21,13 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0",
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"node-sass": "^4.13.0"
"react": "^16.13.1",
"react-dom": "^16.13.1",
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"node-sass": "^4.14.1"
},
"keywords": [
"SVG",
Expand Down

0 comments on commit 25c19fe

Please sign in to comment.