Skip to content

Commit

Permalink
CSS: add min node and cleanup cssbuilder/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ascholerChemeketa authored and rbeezer committed Jan 17, 2025
1 parent 3ce0b18 commit 0b47a1a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions script/cssbuilder/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
{
"name": "pretext",
"name": "pretext-cssbuilder",
"version": "1.0.0",
"description": "PreTeXt\r =======",
"description": "PreTeXt CSS Builder",
"main": "bundleEntry.js",
"directories": {
"doc": "doc",
"example": "examples"
},
"scripts": {
"build": "node ./cssbuilder.mjs",
"watch": "node ./cssbuilder.mjs --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"command-line-args": "^6.0.0",
"command-line-usage": "^7.0.3",
"esbuild": "^0.23.0",
"esbuild-sass-plugin": "^3.3.1"
},
"engines": {
"node": ">=14.0.0"
}
}

0 comments on commit 0b47a1a

Please sign in to comment.