Skip to content

Commit 03ad9f4

Browse files
committed
prepping to publish to npm
1 parent 2d92ed6 commit 03ad9f4

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

clustergrammer.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clustergrammer.js",
3-
"version": "1.0.0",
3+
"version": "1.4.6",
44
"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",
55
"main": "clustergrammer.js",
66
"scripts": {

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var awesomplete = require('awesomplete');
2222
require('!style!css!./d3.slider/d3.slider.css');
2323
require('!style!css!awesomplete/awesomplete.css');
2424

25-
/* clustergrammer 1.0
25+
/* clustergrammer 1.4.6
2626
* Nick Fernandez, Ma'ayan Lab, Icahn School of Medicine at Mount Sinai
2727
* (c) 2016
2828
*/

0 commit comments

Comments
 (0)