Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Jan 24, 2022
1 parent 8c373b5 commit a53ad9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.6.0",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve ngx-metrika-app",
Expand Down
10 changes: 5 additions & 5 deletions projects/ngx-metrika/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@kolkov/ngx-metrika",
"version": "0.6.0",
"version": "1.0.0",
"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": ">=8.0.0 <13",
"@angular/core": ">=8.0.0 <13",
"@angular/router": ">=8.0.0 <13"
"@angular/common": ">=13.0.0 <14",
"@angular/core": ">=13.0.0 <14",
"@angular/router": ">=13.0.0 <14"
},
"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.3.0"
},
"keywords": [
"angular",
Expand Down

0 comments on commit a53ad9b

Please sign in to comment.