Skip to content

Commit 117a689

Browse files
Preparing for publishing
1 parent e926e48 commit 117a689

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "rescript-react-restate",
2+
"name": "@emeks/rescript-react-restate",
33
"reason": {
44
"react-jsx": 3
55
},

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"name": "rescript-react-restate",
2+
"name": "@emeks/rescript-react-restate",
33
"version": "1.0.0",
44
"scripts": {
55
"dev": "yarn re:build && parcel examples/index.html",
66
"re:build": "rescript",
7-
"re:watch": "rescript build -w"
7+
"re:watch": "rescript build -w",
8+
"prepublish": "rescript build"
89
},
910
"bugs": "https://github.com/emeks-studio/rescript-react-restate/issues",
1011
"repository": {

0 commit comments

Comments
 (0)