aboutsummaryrefslogtreecommitdiff
path: root/static/package-lock.json
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-05 01:25:00 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-05 01:25:00 +0200
commit7949fcdc683d07689bad5da5d20bfa3eeb5a6a46 (patch)
treec1bc39dc0e508ee498cf7119f888f513db4bab8f /static/package-lock.json
parentAdd build step for jsdoc. (diff)
downloadcalp-7949fcdc683d07689bad5da5d20bfa3eeb5a6a46.tar.gz
calp-7949fcdc683d07689bad5da5d20bfa3eeb5a6a46.tar.xz
Move frontend code to subdirectories, to simplify command line flags.
Diffstat (limited to 'static/package-lock.json')
-rw-r--r--static/package-lock.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/package-lock.json b/static/package-lock.json
index eceeead7..36521446 100644
--- a/static/package-lock.json
+++ b/static/package-lock.json
@@ -1,9 +1,12 @@
{
- "name": "static",
+ "name": "calp",
+ "version": "0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
+ "name": "calp",
+ "version": "0.1",
"dependencies": {
"@microsoft/tsdoc": "^0.14.2",
"typedoc": "^0.24.6",