Skip to content

Commit

Permalink
Version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Nov 20, 2020
1 parent 21f82c6 commit 5202f12
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Olivier Giulieri
Copyright (c) 2020 Olivier Giulieri

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-crud-icons",
"version": "0.1.3",
"version": "1.0.0",
"description": "Set of SVG icons for CRUD applications packaged as a React component",
"repository": {
"type": "git",
Expand All @@ -21,25 +21,26 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"node-sass": "^4.14.1"
"react": "^17.0.1",
"react-dom": "^17.0.1",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"node-sass": "^5.0.0"
},
"keywords": [
"SVG",
"icon",
"icons",
"iconset",
"React",
"react",
"component",
"CRUD",
"web",
"ui",
"toolbar",
"tooltip"
"tooltip",
"material"
]
}

0 comments on commit 5202f12

Please sign in to comment.