diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-24 21:27:40 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-24 21:27:40 +0900 |
commit | aef1376d811faebdef4969e38f7330e176091f57 (patch) | |
tree | 938d810cde0747f43d2d9116ce26a9491610e4ec /package.json | |
parent | dc83e40efe39932b17ccf7ef74fdca5ed127c1e3 (diff) |
Add graphdata generation and note creation scripts
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 31ca4a0..7a52956 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "", "scripts": { - "generate": "node ./generateJson.js $npm_config_script_params" + "generate": "node ./generate_json.js $npm_config_script_params" }, "keywords": [], "author": "", |