@rescript/webapi 0.1.0-experimental-fb395c3 → 0.1.0-experimental-47c6b2c

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
@@ -9,7 +9,7 @@ Experimental successor to [rescript-webapi](https://github.com/TheSpyder/rescrip
9
9
  Install the package using your favorite package manager:
10
10
 
11
11
  ```shell
12
- npm i -D @rescript/webapi@experimental
12
+ npm i @rescript/webapi@experimental
13
13
  ```
14
14
 
15
15
  and add `@rescript/webapi` to your `rescript.json`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rescript/webapi",
3
- "version": "0.1.0-experimental-fb395c3",
3
+ "version": "0.1.0-experimental-47c6b2c",
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",