cement/package.json
Blake Rain 729fcc7cf5
All checks were successful
Deploy / build (push) Successful in 2m40s
chore: minor version bump
2023-10-24 15:56:36 +01:00

13 lines
266 B
JSON

{
"name": "cement",
"version": "1.1.3",
"author": "Blake Rain <blake.rain@blakerain.com>",
"license": "BSD3",
"devDependencies": {
"tailwindcss": "^3.3.3"
},
"scripts": {
"build": "tailwindcss -i style/input.css -o templates/main.css -m"
}
}