diff options
author | Eug-VS <eug-vs@keemail.me> | 2020-02-03 17:40:45 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2020-02-03 17:46:28 +0300 |
commit | 9fcfb5d784c38c1c3ddda33184b0d8f1be4db3e0 (patch) | |
tree | 34076b1d82e7f56351519b5362b5bbf9563618aa /package.json | |
parent | 9ff003bec107a4934daf2a3cee73c40ec72e6999 (diff) | |
download | react-benzin-9fcfb5d784c38c1c3ddda33184b0d8f1be4db3e0.tar.gz |
feat!: remove icons, simplify lib preview
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json index e6421f5..d0e9e67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-benzin", - "version": "2.0.0", + "version": "2.1.0", "description": "A powerful React Material components library.", "main": "dist/index.tsx", "module": "dist/index.tsx", @@ -17,10 +17,8 @@ "license": "MIT", "dependencies": { "@material-ui/core": "^4.9.0", - "@material-ui/icons": "^4.5.1", "react": "^16.12.0", "react-dom": "^16.12.0", - "react-scripts": "^3.3.0", "react-virtualized-auto-sizer": "^1.0.2", "react-window": "^1.8.5", "typeface-roboto": "0.0.75" @@ -33,6 +31,7 @@ "@types/react-window": "^1.8.1", "eslint": "^6.8.0", "eslint-config-react-app": "^5.1.0", + "react-scripts": "^3.3.1", "typescript": "^3.7.5" }, "browserslist": { |