Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
261 changes: 261 additions & 0 deletions renderers/lit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions renderers/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"wireit": {
"copy-spec": {
"command": "mkdir -p src/0.8/schemas && cp ../../specification/0.8/json/*.json src/0.8/schemas",
"command": "shx mkdir -p src/0.8/schemas && shx cp ../../specification/0.8/json/*.json src/0.8/schemas",
"files": [
"../../specification/0.8/json/*.json"
],
Expand Down Expand Up @@ -95,6 +95,7 @@
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.10.1",
"google-artifactregistry-auth": "^3.5.0",
"shx": "^0.3.4",
"typescript": "^5.8.3",
"wireit": "^0.15.0-pre.2"
},
Expand All @@ -105,4 +106,4 @@
"markdown-it": "^14.1.0",
"signal-utils": "^0.21.1"
}
}
}