Skip to content

Commit

Permalink
Project fix (#16)
Browse files Browse the repository at this point in the history
* chore: adding the correct version of the package

* chore: adding the correct author email

* chore: changing the name of the wrap package to a more intuitive one and including the author's namespace
  • Loading branch information
danieltwork authored Sep 1, 2023
1 parent 8acdbfd commit 0000225
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piwik-pro-angular-tracking",
"version": "0.0.5",
"name": "@piwikpro/ngx-piwik-pro-project",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -12,7 +12,7 @@
},
"private": false,
"repository": "https://github.com/PiwikPRO/ngx-piwik-pro",
"author": "Piwik PRO <example@mail.com> (https://www.piwik.pro)",
"author": "Piwik PRO <integration@piwik.pro> (https://www.piwik.pro)",
"license": "MIT",
"bugs": {
"url": "https://github.com/PiwikPRO/ngx-piwik-pro/issues"
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-piwik-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@piwikpro/ngx-piwik-pro",
"version": "0.0.5",
"version": "1.0.2",
"description": "Piwik PRO tracking library for Angular apps.",
"keywords": [
"PiwikPRO",
Expand All @@ -10,7 +10,7 @@
],
"private": false,
"repository": "https://github.com/PiwikPRO/ngx-piwik-pro",
"author": "Piwik PRO <example@mail.com> (https://www.piwik.pro)",
"author": "Piwik PRO <integration@piwik.pro> (https://www.piwik.pro)",
"license": "MIT",
"bugs": {
"url": "https://github.com/PiwikPRO/ngx-piwik-pro/issues"
Expand Down

0 comments on commit 0000225

Please sign in to comment.