@rescript/react
Advanced tools
| { | ||
| "name": "@rescript/react", | ||
| "jsx": { | ||
| "version": 4, | ||
| "mode": "classic" | ||
| }, | ||
| "sources": [{ "dir": "src", "subdirs": true }], | ||
| "package-specs": [{ "module": "commonjs", "in-source": true }], | ||
| "suffix": ".bs.js", | ||
| "bs-dev-dependencies": [], | ||
| "bsc-flags": [], | ||
| "uncurried": false | ||
| } |
+5
-0
@@ -13,2 +13,7 @@ # Changelog | ||
| ## 0.12.2 | ||
| - Fix incorrect usage of `@uncurry`. | ||
| - bsconfig.json -> rescript.json. | ||
| ## 0.12.1 | ||
@@ -15,0 +20,0 @@ |
+2
-2
| { | ||
| "name": "@rescript/react", | ||
| "version": "0.12.1", | ||
| "version": "0.12.2", | ||
| "description": "React bindings for ReScript", | ||
@@ -9,3 +9,3 @@ "files": [ | ||
| "LICENSE", | ||
| "bsconfig.json", | ||
| "rescript.json", | ||
| "src/**/*.res", | ||
@@ -12,0 +12,0 @@ "src/**/*.resi" |
| { | ||
| "name": "@rescript/react", | ||
| "jsx": { | ||
| "version": 4, | ||
| "mode": "classic" | ||
| }, | ||
| "sources": [{ "dir": "src", "subdirs": true }], | ||
| "package-specs": [{ "module": "commonjs", "in-source": true }], | ||
| "suffix": ".bs.js", | ||
| "bs-dev-dependencies": [], | ||
| "bsc-flags": [], | ||
| "uncurried": false | ||
| } |
Sorry, the diff of this file is not supported yet
217597
0.04%