Skip to content

Commit 9c3c05a

Browse files
committed
use local @types/css-tree package
1 parent f489f6b commit 9c3c05a

File tree

6 files changed

+11
-3
lines changed

6 files changed

+11
-3
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
package-lock = false
2+
install-links = false

jsr.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"dist/esm/index.d.ts",
99
"README.md",
1010
"jsr.json",
11-
"LICENSE"
11+
"LICENSE",
12+
"typings/css-tree/index.d.ts",
13+
"typings/css-tree/LICENSE"
1214
]
1315
}
1416
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
}
1818
},
1919
"files": [
20-
"dist"
20+
"dist",
21+
"typings"
2122
],
2223
"publishConfig": {
2324
"access": "public"
@@ -71,7 +72,7 @@
7172
"dependencies": {
7273
"@eslint/core": "^0.10.0",
7374
"@eslint/plugin-kit": "^0.2.5",
74-
"@types/css-tree": "^2.3.10",
75+
"@types/css-tree": "file:./typings/css-tree",
7576
"css-tree": "^3.1.0"
7677
},
7778
"devDependencies": {
File renamed without changes.
File renamed without changes.

typings/css-tree/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"private": true,
3+
"name": "@types/css-tree"
4+
}

0 commit comments

Comments
 (0)