Skip to content

Commit fa73c02

Browse files
committed
0.2.0
1 parent b5c5524 commit fa73c02

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glennsl/rescript-fetch",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "Zero-cost rescript bindings to the WHATWG Fetch API",
55
"scripts": {
66
"start": "rescript build -w",
@@ -11,14 +11,20 @@
1111
"type": "git",
1212
"url": "git+https://github.com/glennsl/rescript-fetch.git"
1313
},
14-
"keywords": ["rescript", "fetch"],
14+
"keywords": [
15+
"rescript",
16+
"fetch"
17+
],
1518
"author": "Glenn Slotte <glenn@slotte.net>",
1619
"license": "MIT",
1720
"bugs": {
1821
"url": "https://github.com/glennsl/rescript-fetch/issues"
1922
},
2023
"homepage": "https://github.com/glennsl/rescript-fetch#readme",
21-
"files": ["src/*.res*", "bsconfig.json"],
24+
"files": [
25+
"src/*.res*",
26+
"bsconfig.json"
27+
],
2228
"devDependencies": {
2329
"rescript": "^10.1.2"
2430
}

0 commit comments

Comments
 (0)