Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusps committed Jun 18, 2019
1 parent 4a44ad5 commit 50ae486
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "darkside-ui",
"version": "0.0.2",
"version": "0.0.3",
"description": "React lib to create dark user interfaces",
"repository": "https://github.com/matheusps/darkside.git",
"author": "matheusps <matheus.ps@icloud.com>",
Expand Down Expand Up @@ -30,6 +30,7 @@
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@svgr/rollup": "^4.3.0",
"@testing-library/react": "^8.0.1",
"@types/emojione": "^2.2.5",
"@types/jest": "^24.0.11",
"@types/node": "^11.13.0",
Expand Down Expand Up @@ -57,17 +58,15 @@
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-typescript2": "^0.21.2",
"rollup-plugin-url": "^2.2.2",
"styled-components": "^4.3.1",
"ts-jest": "^24.0.1",
"typescript": "^3.4.1"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6",
"styled-components": "^4.3.1"
"react-dom": "16.8.6"
},
"dependencies": {
"@testing-library/react": "^8.0.1"
"styled-components": "^4.3.1"
},
"jest": {
"transform": {
Expand Down

0 comments on commit 50ae486

Please sign in to comment.