Skip to content

Commit

Permalink
fix: production name
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomo committed Oct 16, 2022
1 parent cb6f111 commit 3aa4662
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ 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

### 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 = {};
Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-cookie-consent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ 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

### 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 = {};
Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-cookie-consent/package.json
Original file line number Diff line number Diff line change
@@ -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 <me@giacomo.dev>",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3aa4662

Please sign in to comment.