Skip to content

Commit d97c0d8

Browse files
Eric RowellEric Rowell
authored andcommitted
v2.1.0
1 parent 3cd8674 commit d97c0d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

engine/dist/ElGrapho.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* El Grapho v2.0.0
2+
* El Grapho v2.1.0
33
* A high performance WebGL graph data visualization engine
44
* Release Date: 04-06-2019
55
* https://github.com/ericdrowell/elgrapho

engine/dist/ElGrapho.min.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elgrapho",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"main": "engine/dist/ElGrapho.min.js",
55
"author": "Eric Rowell",
66
"license": "MIT",
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
"scripts": {
56-
"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",
56+
"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",
5757
"jshint": "jshint engine/src/",
5858
"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",
5959
"prep-dists": "rm -rf engine/dist && mkdir engine/dist && mkdir engine/dist/icons && mkdir engine/dist/shaders && mkdir engine/dist/styles",

0 commit comments

Comments
 (0)