Skip to content
Snippets Groups Projects
Commit 20311864 authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

Moved js source files to src folder

parent b83c67b3
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 3 deletions
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"watch": "parcel watch index.js --target debug", "watch": "parcel watch src/index.js --target debug",
"build": "parcel build index.js --target release && gulp build" "build": "parcel build src/index.js --target release && gulp build"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
File moved
File moved
File moved
import * as Config from "../config"; import * as Config from "../config";
import * as Helpers from "./helpers"; import * as Helpers from "./helpers";
import { loadGraphJson } from "../datasets/datasets"; import { loadGraphJson } from "../../datasets/datasets";
import * as THREE from "three"; import * as THREE from "three";
import ForceGraph3D from "3d-force-graph"; import ForceGraph3D from "3d-force-graph";
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment