Skip to content

Commit 7bb9e9a

Browse files
author
matdsoupe
committed
fix package scope
fix package scope
1 parent 6ffc374 commit 7bb9e9a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

bsconfig.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$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",
3+
"name": "@rescriptbr/react-bootstrap",
4+
"version": "0.0.2",
55
"reason": {
66
"react-jsx": 3
77
},
@@ -16,7 +16,9 @@
1616
"in-source": true
1717
},
1818
"suffix": ".mjs",
19-
"bs-dependencies": ["@rescript/react"],
19+
"bs-dependencies": [
20+
"@rescript/react"
21+
],
2022
"warnings": {
2123
"error": "+102"
2224
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@rescript/react-bootstrap",
3-
"version": "0.0.1",
2+
"name": "@rescriptbr/react-bootstrap",
3+
"version": "0.0.2",
44
"description": "Rescript bindings for ReactBootstrap",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)