Skip to content

Commit

Permalink
v1.19.4 updated version of mathjs
Browse files Browse the repository at this point in the history
  • Loading branch information
cornhundred committed Dec 20, 2017
1 parent bbcbd1c commit 3e51200
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clustergrammer.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Clustergrammer =
__webpack_require__(264);
__webpack_require__(268);

/* clustergrammer v1.19.3
/* clustergrammer v1.19.4
* Nicolas Fernandez, Ma'ayan Lab, Icahn School of Medicine at Mount Sinai
* (c) 2017
*/
Expand Down
2 changes: 1 addition & 1 deletion clustergrammer.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports =
__webpack_require__(265);
__webpack_require__(269);

/* clustergrammer v1.19.3
/* clustergrammer v1.19.4
* Nicolas Fernandez, Ma'ayan Lab, Icahn School of Medicine at Mount Sinai
* (c) 2017
*/
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clustergrammer",
"version": "v1.19.3",
"version": "v1.19.4",
"description": "This is a clustergram implemented in D3.js. I started from the example http://bost.ocks.org/mike/miserables/ and added the following features",
"main": "clustergrammer.node.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var awesomplete = require('awesomplete');
require('!style!css!./d3.slider/d3.slider.css');
require('!style!css!awesomplete/awesomplete.css');

/* clustergrammer v1.19.3
/* clustergrammer v1.19.4
* Nicolas Fernandez, Ma'ayan Lab, Icahn School of Medicine at Mount Sinai
* (c) 2017
*/
Expand Down

0 comments on commit 3e51200

Please sign in to comment.