Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Feb 22, 2022
1 parent 8daba48 commit c6aad6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/ngx-plausible/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@notiz/ngx-plausible",
"description": "Plausible analytics event directive for Angular",
"version": "0.1.1",
"version": "0.2.0",
"license": "MIT",
"keywords": [
"angular",
Expand All @@ -19,9 +19,9 @@
}
],
"peerDependencies": {
"@angular/common": "^12.0.0 || ^13.0.0",
"@angular/core": "^12.0.0 || ^13.0.0",
"rxjs": "^6.0.0 || ^7.0.0"
"@angular/common": "^12.0.0 || ^13.0.0",
"@angular/core": "^12.0.0 || ^13.0.0",
"rxjs": "^6.0.0 || ^7.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down

0 comments on commit c6aad6b

Please sign in to comment.