|
1 | 1 | {
|
2 | 2 | "name": "@adia-technology/policies-consent-widget",
|
3 |
| - "version": "1.1.2", |
4 |
| - "description": "Angular module to manage terms, policies and Smartlook integration.", |
5 |
| - "main": "dist/policies-consent-widget/public-api.d.ts", |
| 3 | + "version": "1.1.3", |
| 4 | + "description": "Angular module to manage terms, policies and Smartlook integration.", |
| 5 | + "main": "bundles/adia-technology-policies-consent-widget.umd.js", |
6 | 6 | "scripts": {
|
7 | 7 | "ng": "ng",
|
8 | 8 | "start": "ng serve",
|
|
13 | 13 | "prettier-check": "prettier --check src/**/*.{ts,scss,html}",
|
14 | 14 | "prettier": "prettier --write src/**/*.{ts,scss,html}"
|
15 | 15 | },
|
16 |
| - "keywords": [ |
| 16 | + "keywords": [ |
17 | 17 | "Smartlook",
|
18 | 18 | "terms",
|
19 | 19 | "policy",
|
20 | 20 | "markdown",
|
21 | 21 | "widget"
|
22 |
| - ], |
23 |
| - "author": "Adia Technology", |
| 22 | + ], |
| 23 | + "author": "Adia Technology", |
24 | 24 | "license": "MIT",
|
25 | 25 | "repository": {
|
26 |
| - "type": "git", |
27 |
| - "url": "https://github.com/adia-technology/policies-consent-widget.git" |
28 |
| - }, |
| 26 | + "type": "git", |
| 27 | + "url": "https://github.com/adia-technology/policies-consent-widget.git" |
| 28 | + }, |
29 | 29 | "peerDependencies": {
|
30 | 30 | "@angular/common": "^7.2.15",
|
31 | 31 | "@angular/core": "^7.2.15",
|
32 |
| - "ngx-cookie-service": "^3.0.4" |
| 32 | + "ngx-cookie-service": "^2.4.0" |
33 | 33 | },
|
34 | 34 | "dependencies": {
|
35 |
| - "ngx-cookie-service": "^3.0.4", |
| 35 | + "ngx-cookie-service": "^2.4.0", |
36 | 36 | "ngx-markdown": "^8.2.1",
|
37 | 37 | "ngx-smart-modal": "^7.3.0",
|
38 | 38 | "ngx-ui-switch": "^8.3.0"
|
|
74 | 74 | "typescript": "~3.2.4",
|
75 | 75 | "zone.js": "~0.9.1"
|
76 | 76 | },
|
77 |
| - "files": [ |
78 |
| - "**/*" |
79 |
| - ] |
| 77 | + "files": [ |
| 78 | + "**/*" |
| 79 | + ] |
80 | 80 | }
|
0 commit comments