Skip to content

Commit

Permalink
updated dists
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Rowell authored and Eric Rowell committed Apr 7, 2019
1 parent 0b687b3 commit 53df055
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions engine/dist/ElGrapho.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* El Grapho v2.1.0
* El Grapho v2.1.1
* A high performance WebGL graph data visualization engine
* Release Date: 04-06-2019
* https://github.com/ericdrowell/elgrapho
Expand Down Expand Up @@ -1467,9 +1467,9 @@ ElGrapho.layouts = {
RadialTree: RadialTree
};

// node.js export
module.exports = ElGrapho;


/***/ }),

/***/ "./engine/src/ElGraphoCollection.js":
Expand Down Expand Up @@ -1597,9 +1597,6 @@ let ElGraphoCollection = {

module.exports = ElGraphoCollection;

if (window) {
window.ElGraphoCollection = ElGraphoCollection;
}

/***/ }),

Expand Down
4 changes: 2 additions & 2 deletions engine/dist/ElGrapho.min.js

Large diffs are not rendered by default.

0 comments on commit 53df055

Please sign in to comment.