Skip to content

Commit a3439f7

Browse files
committed
Use released Repromise
1 parent a1c1807 commit a3439f7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ npm run test
1616

1717
This will download the source code of this `README.md` using [Repromise][repromise] and [`node-fetch`][node-fetch], and print it. See [`main.re`][main] for the code!
1818

19+
See the Repromise [interop docs][interop] for details.
20+
1921
[repromise]: https://github.com/aantron/repromise
2022
[main]: https://github.com/aantron/repromise-example-binding/blob/master/main.re
2123
[node-fetch]: https://www.npmjs.com/package/node-fetch
24+
[interop]: https://aantron.github.io/repromise/docs/Interop

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"bs-platform": "^2.2.3",
77
"node-fetch": "*",
8-
"@aantron/repromise": "github:aantron/repromise"
8+
"@aantron/repromise": "*"
99
},
1010
"scripts": {
1111
"test": "bsb -make-world && node lib/js/main.js"

0 commit comments

Comments
 (0)