Skip to content

Commit 2d2723e

Browse files
authored
Merge pull request #22 from adia-technology/Downgrade_ngx-cookie-service
Downgrade ngx-cookie-service to be compatible with Angular 7
2 parents 377d504 + 7d399f0 commit 2d2723e

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"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",
66
"scripts": {
77
"ng": "ng",
88
"start": "ng serve",
@@ -13,26 +13,26 @@
1313
"prettier-check": "prettier --check src/**/*.{ts,scss,html}",
1414
"prettier": "prettier --write src/**/*.{ts,scss,html}"
1515
},
16-
"keywords": [
16+
"keywords": [
1717
"Smartlook",
1818
"terms",
1919
"policy",
2020
"markdown",
2121
"widget"
22-
],
23-
"author": "Adia Technology",
22+
],
23+
"author": "Adia Technology",
2424
"license": "MIT",
2525
"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+
},
2929
"peerDependencies": {
3030
"@angular/common": "^7.2.15",
3131
"@angular/core": "^7.2.15",
32-
"ngx-cookie-service": "^3.0.4"
32+
"ngx-cookie-service": "^2.4.0"
3333
},
3434
"dependencies": {
35-
"ngx-cookie-service": "^3.0.4",
35+
"ngx-cookie-service": "^2.4.0",
3636
"ngx-markdown": "^8.2.1",
3737
"ngx-smart-modal": "^7.3.0",
3838
"ngx-ui-switch": "^8.3.0"
@@ -74,7 +74,7 @@
7474
"typescript": "~3.2.4",
7575
"zone.js": "~0.9.1"
7676
},
77-
"files": [
78-
"**/*"
79-
]
77+
"files": [
78+
"**/*"
79+
]
8080
}

0 commit comments

Comments
 (0)