diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-02-23 18:37:17 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-03-08 16:32:19 +0100 |
commit | fe2bc3961ec3b3164786074b37e36581b81fa68c (patch) | |
tree | bfc80bc4fb161e83f290da6294f0bffe9116500b /package.json | |
parent | a4c2b8458d1059c373c4a714bce0b5f68a3ce20f (diff) | |
download | land-and-freedom-fe2bc3961ec3b3164786074b37e36581b81fa68c.tar.gz |
New client and client data processing tools.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
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" } } |