Skip to content

Commit

Permalink
Fix less file rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jan 4, 2024
1 parent 7ea8235 commit a30e497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ember-power-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"default": "./dist/*.js"
},
"./addon-main.js": "./addon-main.cjs",
"./_index.less": "./_index.less",
"./ember-power-select.less": "./ember-power-select.less",
"./_index.scss": "./_index.scss",
"./less/base.less": "./less/base.less",
"./scss/base.scss": "./scss/base.scss",
Expand All @@ -42,11 +42,11 @@
},
"files": [
"_index.scss",
"_index.less",
"addon-main.cjs",
"blueprints",
"declarations",
"dist",
"ember-power-select.less",
"less",
"scss",
"themes",
Expand Down

0 comments on commit a30e497

Please sign in to comment.