diff --git a/LICENSE b/LICENSE index 06d3c4f..2a46a40 100644 --- a/LICENSE +++ b/LICENSE @@ -174,19 +174,8 @@ of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2024 Cresteem + + Copyright 2024 PRIYADARSAN S Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/package.json b/package.json index b49a91b..d91453d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "types": "./dist/types/richie.d.ts" }, "description": "Rich Result Generator", - "version": "1.1.4", + "version": "1.1.5", "main": "./dist/richie.js", "files": [ "dist", diff --git a/tscdev.json b/tscdev.json index 4998393..6220703 100644 --- a/tscdev.json +++ b/tscdev.json @@ -28,7 +28,8 @@ "noUnusedParameters": true, "noUncheckedIndexedAccess": false, "sourceMap": false, - "removeComments": true + "removeComments": true, + "skipLibCheck": true }, "exclude": [ "node_modules" diff --git a/tsconfig.json b/tsconfig.json index 317da5a..0ef6870 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -30,7 +30,8 @@ "noUnusedParameters": true, "noUncheckedIndexedAccess": false, "sourceMap": false, - "removeComments": true + "removeComments": true, + "skipLibCheck": true }, "exclude": [ "node_modules",