diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 112b5b2..0000000 --- a/.travis.yml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/History.md b/History.md index ac175ad..5a9169a 100644 --- a/History.md +++ b/History.md @@ -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) diff --git a/package.json b/package.json index 6a806be..7d0047b 100644 --- a/package.json +++ b/package.json @@ -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"],