We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9078591 commit 6a8de32Copy full SHA for 6a8de32
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "html-tailwind",
3
- "version": "0.0.1",
+ "version": "1.0.0",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "dev": "concurrently \"pnpm run build\" \"pnpm run serve\" \"pnpm run sync\"",
+ "dev": "npm-run-all --parallel build serve sync",
8
"serve": "nodemon main.mjs",
9
"sync": "browser-sync start --config bs-config.js",
10
"build": "tailwindcss -i ./src/styles.css -o ./src/output.css --watch"
@@ -17,6 +17,7 @@
17
"browser-sync": "^3.0.2",
18
"concurrently": "^8.2.2",
19
"nodemon": "^3.1.4",
20
+ "npm-run-all": "^4.1.5",
21
"postcss": "^8.4.41",
22
"postcss-cli": "^11.0.0",
23
"tailwindcss": "^3.4.7"
0 commit comments