Skip to content

Commit 41ae9c8

Browse files
authored
Merge branch 'master' into renovate/major-jest-monorepo
2 parents c853d68 + 37cc5d8 commit 41ae9c8

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# rescript-tinycolor
22

33
[![NPM version](http://img.shields.io/npm/v/rescript-tinycolor.svg)](https://www.npmjs.org/package/rescript-tinycolor)
4-
[![Build Status](https://travis-ci.com/mikaello/rescript-tinycolor.svg?branch=master)](https://travis-ci.com/mikaello/rescript-tinycolor)
54

65
ReScript bindings for [TinyColor](https://github.com/scttcper/tinycolor): fast, small color manipulation and conversion. See also <https://tinycolor.vercel.app>
76

@@ -11,12 +10,14 @@ ReScript bindings for [TinyColor](https://github.com/scttcper/tinycolor): fast,
1110
npm install rescript-tinycolor
1211
```
1312

14-
Then add `rescript-tinycolor` as a dependency to `bsconfig.json`:
13+
Then add `rescript-tinycolor` as a dependency to `rescript.json`:
1514

1615
```diff
17-
"bs-dependencies": [
18-
+ "rescript-tinycolor"
19-
]
16+
{
17+
"bs-dependencies": [
18+
+ "rescript-tinycolor"
19+
]
20+
}
2021
```
2122

2223
## Example

0 commit comments

Comments
 (0)