mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-05-15 11:59:40 +03:00
+2.2.20
This commit is contained in:
-33
@@ -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
|
|
||||||
@@ -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
|
## 2.2.17 2020-12-29
|
||||||
|
|
||||||
- fix: issues [issues](https://github.com/chenfengjw163/vue-json-viewer/issues/64)
|
- fix: issues [issues](https://github.com/chenfengjw163/vue-json-viewer/issues/64)
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-json-viewer",
|
"name": "vue-json-viewer",
|
||||||
"version": "2.2.19",
|
"version": "2.2.20",
|
||||||
"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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user