Skip to content

Commit 5c1d82f

Browse files
author
Rishabh
committed
updates post install script
1 parent c13bd6b commit 5c1d82f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.15] - 2021-08-09
8+
9+
### Changed
10+
- Readme and post install message
711

812
## [1.2.14] - 2021-04-29
913
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-tabs-lock",
3-
"version": "1.2.14",
3+
"version": "1.2.15",
44
"description": "provides locking mechanism to sync across browser tabs",
55
"main": "index.js",
66
"scripts": {

scripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
let message = '\u001B[93mThank you for using browser-tabs-lock (\u001B[34m https://github.com/supertokens/browser-tabs-lock \u001B[93m).\n\n' +
2-
'\u001B[93mThis library was created as a part of a larger project, SuperTokens(\u001B[34m https://supertokens.io \u001B[93m) - the best session management solution.\u001B[0m\n' +
2+
'\u001B[93mThis library was created as a part of a larger project, SuperTokens(\u001B[34m https://supertokens.io \u001B[93m) - an open source auth solution.\u001B[0m\n' +
33
'\u001B[93mYou can also check out our other projects on \u001B[34mhttps://github.com/supertokens\u001B[93m\n\u001B[0m';
44

55
console.log(message);

0 commit comments

Comments
 (0)