Skip to content

Commit

Permalink
doh!
Browse files Browse the repository at this point in the history
  • Loading branch information
glromeo committed Aug 13, 2023
1 parent c216ad4 commit d1a9dcb
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 222 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esbuild-sass-plugin",
"version": "2.11.0",
"version": "2.12.0",
"description": "esbuild plugin for sass/scss files supporting both css loader and css result import (lit-element)",
"main": "lib/index.js",
"keywords": [
Expand Down Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@types/node": "^18.15.12",
"@types/resolve": "^1.20.2",
"esbuild": "^0.19.0",
"esbuild": "^0.19.1",
"mocha-toolkit": "^1.0.7",
"postcss": "^8.4.23",
"postcss-modules": "^6.0.0",
Expand All @@ -56,6 +56,6 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"esbuild": "^0.18.0"
"esbuild": "^0.19.1"
}
}
Loading

0 comments on commit d1a9dcb

Please sign in to comment.