Skip to content

Commit

Permalink
add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jan 3, 2024
1 parent 0ee2792 commit 7d2a075
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ember-power-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,13 @@
"eslint-plugin-ember": "^11.12.0",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-prettier": "^5.1.2",
"node-sass": "^9.0.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-ember-template-tag": "^1.1.0",
"rollup": "^4.9.1",
"rollup-plugin-styles": "^4.0.0"
"rollup-plugin-styles": "^4.0.0",
"sass": "^1.69.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
4 changes: 2 additions & 2 deletions ember-power-calendar/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ export default [
{
input: './_index.scss',
output: {
file: './vendor/ember-basic-dropdown.js',
file: './vendor/ember-power-calendar.js',
assetFileNames: '[name][extname]',
},
plugins: [
styles({
mode: ['extract', 'ember-basic-dropdown.css'],
mode: ['extract', 'ember-power-calendar.css'],
}),
],
},
Expand Down
Loading

0 comments on commit 7d2a075

Please sign in to comment.