Skip to content

Commit 7bb49ad

Browse files
committed
1.1.0
1 parent 120aefd commit 7bb49ad

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
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

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,32 @@
11
{
22
"name": "@glennsl/rescript-json-combinators",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Combinator library for JSON decoding and encoding. ",
55
"scripts": {
66
"build": "rescript build -with-deps",
77
"start": "rescript build -w -with-deps",
88
"clean": "rescript clean",
99
"fmt": "rescript format -all",
10-
"test": "true"
10+
"test": "true"
1111
},
1212
"repository": {
1313
"type": "git",
1414
"url": "git+https://github.com/glennsl/rescript-json-combinators.git"
1515
},
16-
"keywords": ["rescript", "json"],
16+
"keywords": [
17+
"rescript",
18+
"json"
19+
],
1720
"author": "glennsl",
1821
"license": "(LGPL-3.0 OR MPL-2.0)",
1922
"bugs": {
2023
"url": "https://github.com/glennsl/rescript-json-combinators/issues"
2124
},
2225
"homepage": "https://github.com/glennsl/rescript-json-combinators#readme",
23-
"files": ["src/*.res*", "bsconfig.json"],
26+
"files": [
27+
"src/*.res*",
28+
"bsconfig.json"
29+
],
2430
"devDependencies": {
2531
"rescript": "^9.1.4"
2632
}

0 commit comments

Comments
 (0)