forked from trent_larson/crowd-funder-for-time-pwa
feat: integrate daily-notification-plugin from Gitea repository
- Add @timesafari/daily-notification-plugin dependency from private Gitea repo - Configure .npmrc to be ignored by git to protect authentication tokens - Remove .npmrc from version control (contains sensitive Gitea token) - Update package-lock.json with new dependency The plugin is installed via git URL and automatically builds during npm install thanks to the prepare script in the plugin repository. Installation requires Gitea personal access token configured in local .npmrc file.
This commit is contained in:
@@ -151,6 +151,7 @@
|
||||
"@capacitor/share": "^6.0.3",
|
||||
"@capacitor/status-bar": "^6.0.2",
|
||||
"@capawesome/capacitor-file-picker": "^6.2.0",
|
||||
"@timesafari/daily-notification-plugin": "git+https://gitea.anomalistdesign.com/trent_larson/daily-notification-plugin.git#master",
|
||||
"@dicebear/collection": "^5.4.1",
|
||||
"@dicebear/core": "^5.4.1",
|
||||
"@ethersproject/hdnode": "^5.7.0",
|
||||
|
||||
Reference in New Issue
Block a user