Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 3b0c09f

Browse files
committed
Removing unused files
1 parent f77a430 commit 3b0c09f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/funding.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
2-
"name": "bs-react-testing-library",
2+
"name": "@rescriptbr/testing-library",
33
"version": "0.8.0",
4-
"description": "BuckleScript bindings for react-testing-library.",
5-
"repository": "wyze/bs-react-testing-library",
4+
"description": "ReScript bindings for react-testing-library",
5+
"repository": "rescriptbr/react-testing-library",
66
"author": {
7-
"name": "Neil Kistner",
8-
"email": "neil.kistner@gmail.com",
9-
"url": "https://neilkistner.com"
7+
"name": "ReScript Brasil",
8+
"email": "vmarcosp.pereira@gmail.com"
109
},
1110
"license": "MIT",
1211
"files": [
13-
"src/*.re",
14-
"src/*.rei",
12+
"src/*.res",
13+
"src/*.resi",
1514
"bsconfig.json"
1615
],
1716
"scripts": {
@@ -31,14 +30,16 @@
3130
"keywords": [
3231
"bucklescript",
3332
"react",
34-
"testing"
33+
"testing",
34+
"rescript-react",
35+
"rescript-react-testing-library"
3536
],
3637
"dependencies": {
3738
"@testing-library/react": "^11.1.0",
3839
"bs-dom-testing-library": "^0.7.0"
3940
},
4041
"peerDependencies": {
41-
"reason-react": "< 0.8.0"
42+
"@rescript/react": "<0.10.1"
4243
},
4344
"devDependencies": {
4445
"@glennsl/bs-jest": "^0.5.1",

0 commit comments

Comments
 (0)