Skip to content

Commit

Permalink
use local @types/css-tree package
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Jan 20, 2025
1 parent f489f6b commit 9c3c05a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
package-lock = false
install-links = false
4 changes: 3 additions & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"dist/esm/index.d.ts",
"README.md",
"jsr.json",
"LICENSE"
"LICENSE",
"typings/css-tree/index.d.ts",
"typings/css-tree/LICENSE"
]
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
}
},
"files": [
"dist"
"dist",
"typings"
],
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -71,7 +72,7 @@
"dependencies": {
"@eslint/core": "^0.10.0",
"@eslint/plugin-kit": "^0.2.5",
"@types/css-tree": "^2.3.10",
"@types/css-tree": "file:./typings/css-tree",
"css-tree": "^3.1.0"
},
"devDependencies": {
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions typings/css-tree/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"private": true,
"name": "@types/css-tree"
}

0 comments on commit 9c3c05a

Please sign in to comment.