Skip to content

Commit 30db43f

Browse files
committed
revert json
1 parent 26debe2 commit 30db43f

8 files changed

Lines changed: 15 additions & 15 deletions

js_demo/launchNetwork.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
};
1111

1212
function launchNetwork(jsonFileName) {
13-
var data= "sampleFiles/"+ jsonFileName +".js";
13+
var data= "sampleFiles/"+ jsonFileName +".json";
1414
//console.log("launchNetwork>> dataset: "+ data);
1515
var datasetDescription_text= "sampleFiles/"+ jsonFileName +"_summary.txt";
1616
try {

package-lock.json

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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "knetmaps",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"license": "ISC",
55
"description": "Interactive network visualization tool for intuitive exploratory analysis of heterogeneous knowledge graphs",
66
"main": "knetmaps.js",
@@ -24,15 +24,15 @@
2424
}
2525
],
2626
"keywords": [
27-
"network",
28-
"visualisation",
29-
"visualization",
30-
"node",
31-
"npm",
32-
"nodejs",
33-
"bower",
34-
"cytoscapejs",
35-
"biojs"
27+
"network",
28+
"visualisation",
29+
"visualization",
30+
"node",
31+
"npm",
32+
"nodejs",
33+
"bower",
34+
"cytoscapejs",
35+
"biojs"
3636
],
3737
"directories": {
3838
"doc": "docs",
@@ -44,19 +44,19 @@
4444
"gulp": "^3.9.1",
4545
"gulp-autoprefixer": "^3.1.0",
4646
"gulp-batch": "^1.0.5",
47-
"gulp-connect": "^2.3.1",
48-
"gulp-ignore": "^2.0.2",
4947
"gulp-concat": "^2.3.1",
50-
"gulp-rename": "^1.2.3",
48+
"gulp-connect": "^2.3.1",
5149
"gulp-csso": "^1.0.1",
5250
"gulp-if": "^2.0.0",
51+
"gulp-ignore": "^2.0.2",
5352
"gulp-inject": "^3.0.0",
5453
"gulp-jscs": "^3.0.2",
5554
"gulp-jshint": "^2.0.0",
5655
"gulp-less": "^3.0.5",
5756
"gulp-load-plugins": "^1.2.0",
5857
"gulp-plumber": "^1.1.0",
5958
"gulp-print": "^2.0.1",
59+
"gulp-rename": "^1.2.3",
6060
"gulp-task-listing": "^1.0.1",
6161
"gulp-uglify": "^1.5.3",
6262
"gulp-useref": "^3.0.7",
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)