fix(package.json): Fixed incorrect main and typings fields, replacing with exports field
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
"version": "1.3.2",
|
||||
"private": false,
|
||||
"description": "A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.",
|
||||
"main": "dist_ts_web/index.js",
|
||||
"typings": "dist_ts_web/index.d.ts",
|
||||
"exports": {
|
||||
".": "./dist_ts_web/index.js"
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "npm run build",
|
||||
|
||||
Reference in New Issue
Block a user