diff --git a/package.json b/package.json index 9daebb6..f646f59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-crud-icons", "version": "0.1.1", - "description": "SVG iconset for CRUD applications packaged as a React component", + "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" @@ -23,10 +23,10 @@ "devDependencies": { "react": "^16.12.0", "react-dom": "^16.12.0", - "@babel/cli": "^7.7.0", - "@babel/core": "^7.7.2", - "@babel/preset-env": "^7.7.1", - "@babel/preset-react": "^7.7.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" }, "keywords": [ @@ -38,6 +38,7 @@ "component", "CRUD", "web", - "ui" + "ui", + "toolbar" ] }