diff --git a/package.json b/package.json index 0009823..c773e11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sharethis-angular", - "version": "2.0.0", + "version": "2.0.1", "scripts": { "ng": "ng", "start": "ng serve", @@ -36,5 +36,14 @@ "karma-jasmine-html-reporter": "~2.0.0", "ng-packagr": "^14.1.0", "typescript": "~4.7.2" - } + }, + "keywords": [ + "Angular", + "ShareThis", + "share buttons", + "sharing buttons", + "follow buttons", + "reaction buttons", + "social" + ] } diff --git a/projects/sharethis-angular/package.json b/projects/sharethis-angular/package.json index 4e48daf..f9e6cfd 100644 --- a/projects/sharethis-angular/package.json +++ b/projects/sharethis-angular/package.json @@ -1,11 +1,20 @@ { "name": "sharethis-angular", - "version": "2.1.0", + "version": "2.1.3", "peerDependencies": { "@angular/common": "^14.1.0", "@angular/core": "^14.1.0" }, "dependencies": { "tslib": "^2.3.0" - } + }, + "keywords": [ + "Angular", + "ShareThis", + "share buttons", + "sharing buttons", + "follow buttons", + "reaction buttons", + "social" + ] }