2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-20 20:00:37 +03:00

rework of code extandable display + remove dependancy on ionicons + README & example

This commit is contained in:
STAFYNIAK Sacha
2018-09-18 00:13:39 +02:00
parent c29fa5680d
commit 65917b48a0
24 changed files with 6466 additions and 4069 deletions
+6 -6
View File
@@ -1,8 +1,8 @@
{
"name": "vue-json-viewer",
"version": "1.0.4",
"version": "2.0.0",
"description": "vuejs展示json的组件",
"main": "src/index.js",
"main": "lib/index.js",
"files": [
"lib/*"
],
@@ -33,12 +33,12 @@
},
"contributors": [
{
"name": "陈峰",
"email": "chenfengjw@hotmail.com"
"name": "陈峰",
"email": "chenfengjw@hotmail.com"
},
{
"name": "Sacha Stafyniak",
"email": "sacha.stafyniak@gmail.com"
"name": "Sacha Stafyniak",
"email": "sacha.stafyniak@gmail.com"
}
],
"dependencies": {