Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutlo committed Jan 24, 2020
1 parent f59ab9c commit a334e36
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluent-schema",
"version": "0.9.0",
"version": "0.10.0",
"description": "JSON Schema fluent API",
"main": "src/FluentSchema.js",
"typings": "src/FluentSchema.d.ts",
Expand Down Expand Up @@ -35,9 +35,11 @@
}
},
"jest": {
"coverageReporters": ["text", "lcovonly"]
"coverageReporters": [
"text",
"lcovonly"
]
},

"lint-staged": {
"linters": {
"*.{json,md,js,ts}": [
Expand Down

0 comments on commit a334e36

Please sign in to comment.