Skip to content

Commit

Permalink
Merge pull request #21 from eurostat/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
joewdavies authored Nov 30, 2020
2 parents bd0bb47 + aeba992 commit 839605e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/gridviz.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body style="margin: 0">
<div id="viz-container" style="height:500px; width:50%;"></div>
</body>
<script src="../../../build/gridviz.js"></script>
<script src="../../build/gridviz.js"></script>
<script>
let containerDiv = document.getElementById("viz-container");

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridviz",
"version": "1.0.10",
"version": "1.0.11",
"description": "Visualization tool for gridded statistics",
"keywords": [
"statistics",
Expand Down

0 comments on commit 839605e

Please sign in to comment.