@beforesemicolon/site-builder 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beforesemicolon/site-builder",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Site builder based on JSON files",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.16.0"
|
|
@@ -20,9 +20,8 @@
|
|
|
20
20
|
"test:watch": "jest --watch",
|
|
21
21
|
"docs:watch": "rm -rf website && NODE_ENV=development nodemon --watch docs -e js,css,md,json --exec 'node node_modules/@beforesemicolon/builder/dist/esm/docs/run.js'",
|
|
22
22
|
"local": "nodemon --watch src -e ts --exec 'npm run build && npm pack && npm link'",
|
|
23
|
-
"build:browser": "node
|
|
24
|
-
"build
|
|
25
|
-
"build": "rm -rf dist && npm-run-all lint test && tsc --emitDeclarationOnly && npm-run-all build:modules build:browser",
|
|
23
|
+
"build:browser": "node ",
|
|
24
|
+
"build": "rm -rf dist && npm-run-all lint test && tsc --emitDeclarationOnly && tsx ./build.ts && tsx ./build-client.ts",
|
|
26
25
|
"lint": "eslint ./src && prettier --check .",
|
|
27
26
|
"format": "eslint ./src --fix && prettier --write ."
|
|
28
27
|
},
|
|
@@ -43,7 +42,7 @@
|
|
|
43
42
|
"type": "github"
|
|
44
43
|
},
|
|
45
44
|
"devDependencies": {
|
|
46
|
-
"@beforesemicolon/builder": "^1.
|
|
45
|
+
"@beforesemicolon/builder": "^1.6.3",
|
|
47
46
|
"@gjsify/esbuild-plugin-transform-ext": "0.0.4",
|
|
48
47
|
"@types/clean-css": "^4.2.11",
|
|
49
48
|
"@types/jest": "^29.5.11",
|