Skip to content

Commit

Permalink
v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jun 30, 2024
1 parent a81cc74 commit 2ef65db
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
15 changes: 2 additions & 13 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion tscdev.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"noUnusedParameters": true,
"noUncheckedIndexedAccess": false,
"sourceMap": false,
"removeComments": true
"removeComments": true,
"skipLibCheck": true
},
"exclude": [
"node_modules"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"noUnusedParameters": true,
"noUncheckedIndexedAccess": false,
"sourceMap": false,
"removeComments": true
"removeComments": true,
"skipLibCheck": true
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit 2ef65db

Please sign in to comment.