diff options
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" } } |