Skip to content

Commit

Permalink
IONOS(nc-vue-icons): add nc-vue-material-design-icons as submodule
Browse files Browse the repository at this point in the history
Signed-off-by: Misha M.-Kupriyanov <[email protected]>
  • Loading branch information
printminion-co committed Sep 20, 2024
1 parent b2b2afc commit 2f69aba
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@
[submodule "themes/nc-ionos-theme"]
path = themes/nc-ionos-theme
url = [email protected]:IONOS-Productivity/nc-ionos-theme.git
[submodule "apps-custom/nc-vue-material-design-icons"]
path = apps-custom/nc-vue-material-design-icons
url = [email protected]:IONOS-Productivity/nc-vue-material-design-icons.git
[submodule "custom-npms/nc-vue-material-design-icons"]
path = custom-npms/nc-vue-material-design-icons
url = [email protected]:IONOS-Productivity/nc-vue-material-design-icons.git
1 change: 1 addition & 0 deletions custom-npms/nc-vue-material-design-icons
14 changes: 9 additions & 5 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@
"webpack": "^5.91.0",
"webpack-cli": "^5.0.2",
"webpack-merge": "^5.8.0",
"workbox-webpack-plugin": "^7.0.0"
"workbox-webpack-plugin": "^7.0.0",
"vue-material-design-icons": "file:./custom-npms/nc-vue-material-design-icons/dist"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
Expand All @@ -199,6 +200,7 @@
"npm": "^10.7.0"
},
"overrides": {
"colors": "1.4.0"
}
"colors": "1.4.0",
"vue-material-design-icons" : "$vue-material-design-icons"
}
}

0 comments on commit 2f69aba

Please sign in to comment.