mirror of
https://github.com/selfxyz/self.git
synced 2026-01-13 16:47:57 -05:00
* add useSafeBottomPadding * add bottom padding to dev screen * use safe bottom padding * skip uploading if building android bundle locally * fix tests * cache fix script * clean up country picker, fix font color * sort package jsons, add watcher for mobile sdk * formatting * only bump versions for successfull builds * move all css * cleaner script * kill watchers before starting new one
16 lines
373 B
JSON
16 lines
373 B
JSON
{
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
"dest": "dist",
|
|
"lib": {
|
|
"entryFile": "src/public-api.ts"
|
|
},
|
|
"assets": [
|
|
{
|
|
"glob": "**/*.json",
|
|
"input": "src/lib/components/animations",
|
|
"output": "animations"
|
|
}
|
|
],
|
|
"allowedNonPeerDependencies": ["angularx-qrcode", "lottie-web", "socket.io-client", "uuid"]
|
|
}
|