quicktype-core 7.0.1 → 7.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -134,7 +134,6 @@ const keywords = [
134
134
  "continue",
135
135
  "default",
136
136
  "defer",
137
- "description",
138
137
  "do",
139
138
  "else",
140
139
  "fallthrough",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quicktype-core",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "description": "The quicktype engine as a library",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",
@@ -45,6 +45,6 @@
45
45
  "fs": false
46
46
  },
47
47
  "config": {
48
- "commit": "dd3f28ff1786d83fa386cfc2dc776dec4f2f91ba"
48
+ "commit": "5dbf11c85037e3f6a1ae842cf124c14546827a43"
49
49
  }
50
50
  }