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

Merge pull request #5 from chenfengjw163/develop

Develop
This commit is contained in:
陈峰
2018-10-13 21:29:21 +08:00
committed by GitHub
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -1,12 +1,10 @@
language : node_js language : node_js
node_js: node_js:
- "10" - "10"
- "9"
branches: branches:
only: only:
- master - master
- stable
install: install:
- npm install - npm install
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "vue-json-viewer", "name": "vue-json-viewer",
"version": "2.0.1", "version": "2.0.2",
"description": "vuejs展示json的组件", "description": "vuejs展示json的组件",
"main": "dist/vue-json-viewer.js", "main": "dist/vue-json-viewer.js",
"files": [ "files": [