Skip to content

Commit

Permalink
inital commit (needs test)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Nov 20, 2024
1 parent 769fc25 commit 03c92fa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"auto-launch": "^5.0.5",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-statusbar": "^2.2.3",
"dialog-polyfill": "^0.5.6",
"electron-updater": "^5.0.5",
"element-internals-polyfill": "^1.3.12",
"fs-extra": "^11.2.0",
Expand Down Expand Up @@ -107,8 +108,8 @@
"karma-webpack": "^5.0.0",
"minimist": "^1.2.6",
"node-fetch": "^3.3.0",
"node-loader": "^2.0.0",
"node-gyp": "^10.0.1",
"node-loader": "^2.0.0",
"postcss": "^7.0.39",
"postcss-rtl": "^1.7.3",
"prettier": "^2.8.0",
Expand Down
1 change: 1 addition & 0 deletions client/src/www/ui_components/app-root.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
limitations under the License.
*/

import 'dialog-polyfill';
import 'element-internals-polyfill';
import '@material/web/all.js';
import '@polymer/polymer/polymer-legacy.js';
Expand Down
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03c92fa

Please sign in to comment.