mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
* display git hash in marketplace show and app show. Add additional info to app show * bump marketplace lib version * disbaled links if site not provided, fix bug with license-instructions * fix import * stupid * feat: Add in the packing side git hash * chore: Remove the test that is breaking the build. Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: BluJ <mogulslayer@gmail.com>
14 lines
299 B
JSON
14 lines
299 B
JSON
{
|
|
"name": "@start9labs/marketplace",
|
|
"version": "0.3.0",
|
|
"peerDependencies": {
|
|
"@angular/common": ">=13.2.0",
|
|
"@angular/core": ">=13.2.0",
|
|
"@ionic/angular": ">=6.0.0",
|
|
"@start9labs/shared": ">=0.2.0",
|
|
"fuse.js": "^6.4.6"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
}
|
|
} |