@rescript/webapi 0.1.0-experimental-4d9e1d7 → 0.1.0-experimental-2a52a02

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ and add `@rescript/webapi` to your `rescript.json`:
20
20
  + "@rescript/webapi",
21
21
  ],
22
22
  "bsc-flags": [
23
- + "-open Global"
23
+ + "-open WebAPI.Global"
24
24
  ]
25
25
  }
26
26
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rescript/webapi",
3
- "version": "0.1.0-experimental-4d9e1d7",
3
+ "version": "0.1.0-experimental-2a52a02",
4
4
  "description": "Experimental successor to [rescript-webapi](https://github.com/TheSpyder/rescript-webapi)",
5
5
  "homepage": "https://rescript-lang.github.io/experimental-rescript-webapi/",
6
6
  "bugs": "https://github.com/rescript-lang/experimental-rescript-webapi/issues",