Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gijskant committed Apr 15, 2019
1 parent 8154307 commit fff807f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-gtex-viz",
"version": "1.0.0",
"version": "1.0.1",
"description": "React components for visualisations from the GTEx web portal",
"author": "Gijs Kant",
"license": " BSD-3-Clause",
Expand All @@ -21,8 +21,8 @@
"codecov": "codecov"
},
"dependencies": {
"jquery": "^3.3.1",
"gtex-d3": "thehyve/gtex-viz#a30302f",
"jquery": "^3.3.1",
"typeface-libre-franklin": "^0.0.54"
},
"peerDependencies": {
Expand All @@ -31,11 +31,11 @@
"react-dom": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@svgr/rollup": "^2.4.1",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@svgr/rollup": "^2.4.1",
"codecov": "^3.2.0",
"cross-env": "^5.1.4",
"enzyme": "^3.9.0",
Expand Down

0 comments on commit fff807f

Please sign in to comment.