diff --git a/README.md b/README.md index ebe34b8..552bcc4 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ Angular module to display a cookie consent banner without other dependencies. ### Install the package via npm: ```bash -npm install @giacomo/ngx-cookie-consent --save +npm install @localia/ngx-cookie-consent --save ``` ### Install the package with yarn: ```bash -yarn add @giacomo/ngx-cookie-consent +yarn add @localia/ngx-cookie-consent ``` ## Usage @@ -19,7 +19,7 @@ yarn add @giacomo/ngx-cookie-consent ### Import the module ```typescript -import { NgxCookieConsentModule } from '@giacomo/ngx-cookie-consent'; +import { NgxCookieConsentModule } from '@localia/ngx-cookie-consent'; // use your configuration or leave it empty // const cookieConfig = {}; diff --git a/projects/ngx-cookie-consent/README.md b/projects/ngx-cookie-consent/README.md index ebe34b8..552bcc4 100644 --- a/projects/ngx-cookie-consent/README.md +++ b/projects/ngx-cookie-consent/README.md @@ -6,12 +6,12 @@ Angular module to display a cookie consent banner without other dependencies. ### Install the package via npm: ```bash -npm install @giacomo/ngx-cookie-consent --save +npm install @localia/ngx-cookie-consent --save ``` ### Install the package with yarn: ```bash -yarn add @giacomo/ngx-cookie-consent +yarn add @localia/ngx-cookie-consent ``` ## Usage @@ -19,7 +19,7 @@ yarn add @giacomo/ngx-cookie-consent ### Import the module ```typescript -import { NgxCookieConsentModule } from '@giacomo/ngx-cookie-consent'; +import { NgxCookieConsentModule } from '@localia/ngx-cookie-consent'; // use your configuration or leave it empty // const cookieConfig = {}; diff --git a/projects/ngx-cookie-consent/package.json b/projects/ngx-cookie-consent/package.json index c039281..51ddeb2 100644 --- a/projects/ngx-cookie-consent/package.json +++ b/projects/ngx-cookie-consent/package.json @@ -1,8 +1,8 @@ { - "name": "@giacomo/ngx-cookie-consent", - "version": "1.0.1", + "name": "@localia/ngx-cookie-consent", + "version": "1.0.0", "description": "Angular module to display a cookie consent banner without other dependencies.", - "author": "Giacomo Barbalinardo", + "author": "Giacomo Barbalinardo ", "license": "MIT", "repository": { "type": "git",