Skip to content

Commit

Permalink
chore(release): 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Jun 15, 2021
1 parent 92ea55b commit a3b9374
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kolkov/ngx-metrika",
"version": "0.0.0",
"version": "0.5.3",
"scripts": {
"ng": "ng",
"start": "ng serve ngx-metrika-app",
Expand Down
8 changes: 4 additions & 4 deletions projects/ngx-metrika/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@kolkov/ngx-metrika",
"version": "0.5.2",
"version": "0.5.3",
"author": "Andrey Kolkov <a.kolkov@gmail.com>",
"repository": "https://github.com/kolkov/ngx-metrika",
"license": "MIT",
"description": "A simple Yandex Mertika (Яндекс Метрика) package for Angular 6+.",
"private": false,
"peerDependencies": {
"@angular/common": ">6.0.0",
"@angular/core": ">6.0.0",
"@angular/router": ">6.0.0"
"@angular/common": ">=8.0.0 <13",
"@angular/core": ">=8.0.0 <13",
"@angular/router": ">=8.0.0 <13"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down

0 comments on commit a3b9374

Please sign in to comment.