Skip to content

Commit

Permalink
Remove extraneous JSON types
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Oct 30, 2018
1 parent 5c68a1a commit 465c6d5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Avro",
"version": "0.1.0",
"versionDate": "2018-10-30",
"version": "0.1.1",
"versionDate": "2018-10-31",
"author": "hackolade",
"engines": {
"hackolade": "2.1.x",
Expand All @@ -15,7 +15,8 @@
},
"features": {
"enableForwardEngineering": true,
"disableReverseEngineering": false
"disableReverseEngineering": false,
"enableJsonType": false
}
},
"description": "Hackolade plugin for Apache Avro Schema",
Expand Down

0 comments on commit 465c6d5

Please sign in to comment.