Skip to content

Commit

Permalink
v4.0.1: grommet-styles as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alansouzati committed Dec 7, 2018
1 parent a284d9a commit 0bbbd35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "grommet-icons",
"version": "4.0.0",
"version": "4.0.1",
"main": "index.js",
"module": "es6/index.js",
"jsnext:main": "es6/index.js",
Expand Down Expand Up @@ -31,11 +31,13 @@
"test-watch": "jest --watchAll"
},
"peerDependencies": {
"grommet-styles": ">= 0.2.0",
"react": ">= 16.6.0",
"react-dom": ">= 16.6.0",
"styled-components": ">= 4.x"
},
"dependencies": {
"grommet-styles": "^0.2.0"
},
"devDependencies": {
"@storybook/addon-knobs": "^3.4.8",
"@storybook/react": "^3.4.8",
Expand Down

0 comments on commit 0bbbd35

Please sign in to comment.