This commit is contained in:
Keith Lazuka 2018-08-26 13:35:07 -07:00
Родитель 0fbd41a144
Коммит 95c10e27b0
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,7 +3,7 @@
"name": "Microsoft/elm-json-tree-view", "name": "Microsoft/elm-json-tree-view",
"summary": "Shows JSON data as an expandable HTML tree", "summary": "Shows JSON data as an expandable HTML tree",
"license": "MIT", "license": "MIT",
"version": "1.0.1", "version": "2.0.0",
"exposed-modules": [ "exposed-modules": [
"JsonTree" "JsonTree"
], ],
@ -16,4 +16,4 @@
"test-dependencies": { "test-dependencies": {
"elm-explorations/test": "1.0.0 <= v < 2.0.0" "elm-explorations/test": "1.0.0 <= v < 2.0.0"
} }
} }