Skip to content

Commit a334e36

Browse files
committed
0.10.0
1 parent f59ab9c commit a334e36

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluent-schema",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "JSON Schema fluent API",
55
"main": "src/FluentSchema.js",
66
"typings": "src/FluentSchema.d.ts",
@@ -35,9 +35,11 @@
3535
}
3636
},
3737
"jest": {
38-
"coverageReporters": ["text", "lcovonly"]
38+
"coverageReporters": [
39+
"text",
40+
"lcovonly"
41+
]
3942
},
40-
4143
"lint-staged": {
4244
"linters": {
4345
"*.{json,md,js,ts}": [

0 commit comments

Comments
 (0)