Skip to content

Commit

Permalink
Update 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila Németh committed Dec 31, 2020
1 parent 3c72149 commit 655503b
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
{
"name": "@attus/cookie-service",
"version": "0.0.1",
"version": "11.0.0",
"peerDependencies": {
"@angular/common": "^10.2.0",
"@angular/core": "^10.2.0"
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"keywords": [
"Angular",
"Cookie"
],
"license": "GPL-3.0",
"homepage": "https://github.com/attus74/cookie-service",
"bugs": {
"url": "https://github.com/attus74/cookie-service/issues"
},
"author": {
"name": "Attila Németh",
"url": "https://github.com/attus74"
},
"repository": {
"type": "git",
"url": "git+https://github.com/attus74/cookie-service.git"
}
}
}

0 comments on commit 655503b

Please sign in to comment.