Skip to content

Commit 3e330a7

Browse files
Merge pull request #120 from RobotlegsJS/tidelift
Add enterprise support information with Tidelift
2 parents 718e4ec + 738d61e commit 3e330a7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Types of changes:
4747

4848
- Add **Tidelift** as funding option (see #119).
4949

50+
- Add **Enterprise Support** information (see #120).
51+
5052
## Signals 1.0.0
5153

5254
### [v1.0.3](https://github.com/RobotlegsJS/SignalsJS/releases/tag/1.0.3) - 2019-10-20

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Or using [Yarn](https://yarnpkg.com/en/):
5454

5555
```bash
5656
yarn add @robotlegsjs/signals
57-
````
57+
```
5858

5959
Usage
6060
---
@@ -71,6 +71,13 @@ signal.add(data => {
7171
signal.dispatch({ message: "hello signal!" });
7272
```
7373

74+
SignalsJS for enterprise
75+
---
76+
77+
Available as part of the Tidelift Subscription
78+
79+
The maintainers of [@robotlegsjs/signals](https://github.com/RobotlegsJS/SignalsJS) and thousands of other packages are working with **Tidelift** to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-robotlegsjs-signals?utm_source=npm-robotlegsjs-signals&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
80+
7481
License
7582
---
7683

0 commit comments

Comments
 (0)