2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-05-15 11:59:40 +03:00
This commit is contained in:
风棋
2021-10-31 10:08:39 +08:00
parent e1405b6f9e
commit c521d0f613
3 changed files with 7 additions and 34 deletions
-33
View File
@@ -1,33 +0,0 @@
language : node_js
node_js:
- "10"
branches:
only:
- master
install:
- npm install
os:
- linux
stages:
- name: deploy
jobs:
include:
- stage: deploy
script:
- echo "NPM Deploying Started ..."
- npm version
- npm run build
- echo "NPM Building Finished."
deploy:
provider: npm
email: chenfengjw@hotmail.com
api_key: "$NPM_TOKEN"
skip_cleanup: true
on:
all_branches: true
+6
View File
@@ -1,3 +1,9 @@
## 2.2.20 2021-10-31
- 给box加getPath方法 [pr](https://github.com/chenfengjw163/vue-json-viewer/pull/79)
- chore: move "vue" to "peerDependencies" [pr](https://github.com/chenfengjw163/vue-json-viewer/pull/75)
## 2.2.17 2020-12-29
- fix: issues [issues](https://github.com/chenfengjw163/vue-json-viewer/issues/64)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-json-viewer",
"version": "2.2.19",
"version": "2.2.20",
"description": "vuejs展示json的组件",
"main": "vue-json-viewer.js",
"files": ["vue-json-viewer.js", "ssr.js", "style.css"],