Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
feat(navbar): update logo image
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Feb 14, 2018
1 parent 10a2899 commit 17adfbf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"build": "npm-run-all build:scss build:js",
"build:analyze": "source-map-explorer build/static/js/main.*"
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
},
"jest": {
"collectCoverageFrom": [
"src/**/*.js",
Expand All @@ -36,29 +33,8 @@
"!**/node_modules/**"
]
},
"dependencies": {
"ethjs": "^0.3.3",
"ethjs-unit": "^0.1.6",
"history": "^4.7.2",
"kleros-api": "^0.0.55",
"normalize.css": "^7.0.0",
"react": "^16.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-blockies": "^1.2.2",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-minimal-pie-chart": "^3.0.1",
"react-redux": "^5.0.6",
"react-redux-toastr": "^7.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.0",
"react-table": "^6.7.6",
"react-tooltip": "^3.4.0",
"redux": "^3.7.2",
"redux-form": "^7.2.1",
"redux-saga": "^0.16.0",
"zenscroll": "^4.0.0"
"commitlint": {
"extends": ["@commitlint/config-conventional"]
},
"devDependencies": {
"@dump247/storybook-state": "^1.2.1",
Expand Down Expand Up @@ -87,5 +63,29 @@
"standard-version": "^4.3.0",
"storybook-host": "^4.1.5",
"timezone-mock": "^0.0.7"
},
"dependencies": {
"ethjs": "^0.3.3",
"ethjs-unit": "^0.1.6",
"history": "^4.7.2",
"kleros-api": "^0.0.55",
"normalize.css": "^7.0.0",
"react": "^16.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-blockies": "^1.2.2",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-minimal-pie-chart": "^3.0.1",
"react-redux": "^5.0.6",
"react-redux-toastr": "^7.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.0",
"react-table": "^6.7.6",
"react-tooltip": "^3.4.0",
"redux": "^3.7.2",
"redux-form": "^7.2.1",
"redux-saga": "^0.16.0",
"zenscroll": "^4.0.0"
}
}
Binary file modified src/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 17adfbf

Please sign in to comment.