summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-02-23 18:37:17 +0100
committerTor Andersson <tor@ccxvii.net>2025-03-08 16:32:19 +0100
commitfe2bc3961ec3b3164786074b37e36581b81fa68c (patch)
treebfc80bc4fb161e83f290da6294f0bffe9116500b /package.json
parenta4c2b8458d1059c373c4a714bce0b5f68a3ce20f (diff)
downloadland-and-freedom-fe2bc3961ec3b3164786074b37e36581b81fa68c.tar.gz
New client and client data processing tools.
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json
index b63e15d..3463451 100644
--- a/package.json
+++ b/package.json
@@ -4,16 +4,13 @@
"description": "Land and Freedom for RTT",
"main": "rules.js",
"scripts": {
- "build:scss": "sass --no-source-map land-and-freedom.scss land-and-freedom.css",
"build:ts": "tsc",
- "watch:scss": "sass --no-source-map --watch land-and-freedom.scss land-and-freedom.css",
"watch:ts": "tsc --watch",
- "build": "npm run build:ts && npm run build:scss"
+ "build": "npm run build:ts"
},
"author": "Frans Bongers",
"license": "ISC",
"devDependencies": {
- "sass": "^1.81.0",
"typescript": "^5.7.2"
}
}