Skip to content

Commit ae9e838

Browse files
committed
Revert "try to fix the CI"
This reverts commit ad73e05.
1 parent ad73e05 commit ae9e838

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"highlight.js": "11.10.0",
26-
"@hyparam/components": "workspace:*"
26+
"@hyparam/components": "0.1.0"
2727
},
2828
"devDependencies": {
2929
"@rollup/plugin-commonjs": "28.0.1",

packages/components/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo",
3+
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
44
"target": "ES2020",
55
"useDefineForClassFields": true,
66
"lib": ["ES2020", "DOM", "DOM.Iterable"],

0 commit comments

Comments
 (0)