Skip to content

Commit

Permalink
Update Readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GermainJonathan committed Nov 14, 2020
1 parent 580fc35 commit c5d6bad
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Support only 'fr' date format for now.
- Create the real README
- Create the contributor file
- Work on issues and evolution
- Generate documentation using compodoc

# Known Issues :
- Depends on Angular material for the following components ('mat-button', 'mat-divider', 'mat-toggle-button')
Expand Down
28 changes: 23 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,36 @@
{
"name": "ng-event-calendar",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^10.1.6",
"@angular/core": "^10.1.6",
"@angular/material": "^10.2.5",
"angular-calendar": "^0.28.22"
"description": "A full responsive calendar component to manage and display events.",
"homepage": "https://github.com/GermainJonathan/ng-event-calendar",
"repository": {
"type": "git",
"url": "https://github.com/GermainJonathan/ng-event-calendar.git"
},
"bugs": {
"url": "https://github.com/GermainJonathan/ng-event-calendar/issues"
},
"author": {
"email": "john.germain@hotmail.fr",
"name": "Germain Jonathan"
},
"keywords": [
"angular",
"angular-calendar",
"events",
"calendar",
"angular-material",
"typescript",
"javascript"
],
"license": "MIT",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "^10.1.6",
"@angular/core": "^10.1.6",
"@angular/material": "^10.2.5",
"angular-calendar": "^0.28.22"
}
}

0 comments on commit c5d6bad

Please sign in to comment.