Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Rowell authored and Eric Rowell committed Apr 6, 2019
1 parent 3cd8674 commit d97c0d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion engine/dist/ElGrapho.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* El Grapho v2.0.0
* El Grapho v2.1.0
* A high performance WebGL graph data visualization engine
* Release Date: 04-06-2019
* https://github.com/ericdrowell/elgrapho
Expand Down
2 changes: 1 addition & 1 deletion engine/dist/ElGrapho.min.js

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elgrapho",
"version": "2.0.0",
"version": "2.1.0",
"main": "engine/dist/ElGrapho.min.js",
"author": "Eric Rowell",
"license": "MIT",
Expand Down Expand Up @@ -53,7 +53,7 @@
}
},
"scripts": {
"build": "npm run jshint && npm run prep-dists && node engine/scripts/build-icons.js && node engine/scripts/build-shaders.js && npm run sass && webpack --config webpack.config.js && npm run uglify",
"build": "npm run jshint && npm run prep-dists && node engine/scripts/build-icons.js && node engine/scripts/build-shaders.js && npm run sass && webpack --config webpack.config.js && npm run uglify && npm run add-license",
"jshint": "jshint engine/src/",
"sass": "node-sass engine/src/styles.scss engine/dist/styles/ElGrapho.css && uglifycss engine/dist/styles/ElGrapho.css > engine/dist/styles/ElGrapho.min.css && node engine/scripts/build-styles.js",
"prep-dists": "rm -rf engine/dist && mkdir engine/dist && mkdir engine/dist/icons && mkdir engine/dist/shaders && mkdir engine/dist/styles",
Expand Down

0 comments on commit d97c0d8

Please sign in to comment.