Skip to content

Commit 648e7dc

Browse files
committed
1.4.0
1 parent e71607b commit 648e7dc

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glennsl/rescript-json-combinators",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Combinator library for JSON decoding and encoding. ",
55
"scripts": {
66
"build": "rescript build -with-deps",
@@ -16,14 +16,20 @@
1616
"type": "git",
1717
"url": "git+https://github.com/glennsl/rescript-json-combinators.git"
1818
},
19-
"keywords": ["rescript", "json"],
19+
"keywords": [
20+
"rescript",
21+
"json"
22+
],
2023
"author": "glennsl",
2124
"license": "(LGPL-3.0 OR MPL-2.0)",
2225
"bugs": {
2326
"url": "https://github.com/glennsl/rescript-json-combinators/issues"
2427
},
2528
"homepage": "https://github.com/glennsl/rescript-json-combinators#readme",
26-
"files": ["src/*.res*", "bsconfig.json"],
29+
"files": [
30+
"src/*.res*",
31+
"bsconfig.json"
32+
],
2733
"devDependencies": {
2834
"rescript": "^11.0.1"
2935
}

0 commit comments

Comments
 (0)