Skip to content

Commit

Permalink
Merge pull request #133 from RhoInc/dev-v2.5.4
Browse files Browse the repository at this point in the history
Dev v2.5.4
  • Loading branch information
samussiah authored May 20, 2019
2 parents 2f5a0e0 + 14f36ea commit 7ea4bf2
Show file tree
Hide file tree
Showing 14 changed files with 195 additions and 209 deletions.
136 changes: 53 additions & 83 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "safety-outlier-explorer",
"version": "2.5.3",
"version": "2.5.4",
"description": "Chart showing participant trajectories of lab measures, vital signs and other related measures in clinical trials.",
"module": "./src/index.js",
"main": "./safetyOutlierExplorer.js",
"author": "Rho, Inc.",
"license": "MIT",
"dependencies": {
"d3": "^3",
"webcharts": "^1.10"
"webcharts": "^1.11.5"
},
"scripts": {
"build": "npm audit fix && npm run bundle && npm run format && npm run build-wiki && npm run check-settings-schema",
Expand All @@ -28,8 +28,8 @@
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"prettier": "^1.7.4",
"prettier": "^1.17.1",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^3.0.2"
"rollup-plugin-babel": "^3.0.7"
}
}
Loading

0 comments on commit 7ea4bf2

Please sign in to comment.