We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906ce39 commit 082ff1cCopy full SHA for 082ff1c
.gitignore
@@ -9,7 +9,12 @@
9
===============
10
/dist
11
/.tmp
12
-/_build
+/_build/*.js
13
+/_build/*.eot
14
+/_build/*.ttf
15
+/_build/*.svg
16
+/_build/*.woff
17
+/_build/datasets
18
19
#OS generated files #
20
=====================
package.json
@@ -1,7 +1,7 @@
1
{
2
"author": "Alexandr Kalinin<alxndrkalinin@gmail.com>, Selvam Palanimalai<selvam1991@gmail.com>",
3
"name": "SOCRAT",
4
- "version": "v0.1.5-alpha.7",
+ "version": "v0.1.6",
5
"description": "Flexible HTML5/JS toolkit for interactive data analysis and visuzalization",
6
"homepage": "https://github.com/SOCR/SOCRAT",
7
"repository": {
0 commit comments