Skip to content

Commit

Permalink
styled-components to be as dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshsevarthi committed Feb 18, 2020
1 parent 13fc8ce commit 83075e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 45 deletions.
55 changes: 12 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"style-loader": "^0.23.1",
"styled-components": "^5.0.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"react-form-validator-core": "^0.6.4",
"react-select": "^3.0.4"
"react-select": "^3.0.4",
"styled-components": "^5.0.1"
}
}

0 comments on commit 83075e8

Please sign in to comment.