We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffc374 commit 7bb9e9aCopy full SHA for 7bb9e9a
bsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json",
3
- "name": "@rescript/react-bootstrap",
4
- "version": "0.0.1",
+ "name": "@rescriptbr/react-bootstrap",
+ "version": "0.0.2",
5
"reason": {
6
"react-jsx": 3
7
},
@@ -16,7 +16,9 @@
16
"in-source": true
17
18
"suffix": ".mjs",
19
- "bs-dependencies": ["@rescript/react"],
+ "bs-dependencies": [
20
+ "@rescript/react"
21
+ ],
22
"warnings": {
23
"error": "+102"
24
}
package.json
@@ -1,6 +1,6 @@
"description": "Rescript bindings for ReactBootstrap",
"main": "index.js",
"scripts": {
0 commit comments