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

feat: +3.0.2

This commit is contained in:
fengqi.cf
2021-12-18 16:09:48 +08:00
parent 2195ff05d9
commit a64bd9c416
+13 -3
View File
@@ -1,9 +1,13 @@
{ {
"name": "vue-json-viewer", "name": "vue-json-viewer",
"version": "3.0.1", "version": "3.0.2",
"description": "vuejs展示json的组件", "description": "vuejs展示json的组件",
"main": "vue-json-viewer.js", "main": "vue-json-viewer.js",
"files": ["vue-json-viewer.js", "ssr.js", "style.css"], "files": [
"vue-json-viewer.js",
"ssr.js",
"style.css"
],
"directories": { "directories": {
"lib": "./lib", "lib": "./lib",
"example": "./example" "example": "./example"
@@ -18,7 +22,10 @@
"type": "git", "type": "git",
"url": "git+https://github.com/chenfengjw163/vue-json-viewer.git" "url": "git+https://github.com/chenfengjw163/vue-json-viewer.git"
}, },
"keywords": ["vue", "json"], "keywords": [
"vue",
"json"
],
"homepage": "https://github.com/chenfengjw163/vue-json-viewer#readme", "homepage": "https://github.com/chenfengjw163/vue-json-viewer#readme",
"author": { "author": {
"name": "陈峰", "name": "陈峰",
@@ -78,5 +85,8 @@
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.2.2" "vue": "^3.2.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
} }
} }