-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(components-angular): refine package.json files
- Loading branch information
1 parent
da6b490
commit e3a06e0
Showing
4 changed files
with
37 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 23 additions & 3 deletions
26
packages/components-angular/projects/components/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,32 @@ | ||
{ | ||
"name": "@swisspost/design-system-components-angular", | ||
"version": "1.0.0", | ||
"peerDependencies": { | ||
"@angular/common": "16.2.0", | ||
"@angular/core": "16.2.0" | ||
"description": "Swiss Post Design System - Angular Wrapper Components", | ||
"author": "Swiss Post <[email protected]>", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/swisspost/design-system.git" | ||
}, | ||
"homepage": "https://swisspost-web-frontend.netlify.app", | ||
"bugs": { | ||
"url": "https://github.com/swisspost/design-system/issues" | ||
}, | ||
"private": true, | ||
"files": [ | ||
"dist" | ||
], | ||
"publishConfig": { | ||
"access": "restricted", | ||
"linkDirectory": true, | ||
"directory": "../../dist/components" | ||
}, | ||
"dependencies": { | ||
"tslib": "2.3.0" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": "16.2.0", | ||
"@angular/core": "16.2.0" | ||
}, | ||
"sideEffects": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.