We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adcbc6 commit 2c6cd04Copy full SHA for 2c6cd04
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-json-pretty",
3
- "version": "1.6.0",
4
- "description": "A Vue.js 2.0 Toolkit for JSON",
+ "version": "1.6.1",
+ "description": "A JSON tree view component that is easy to use and also supports data selection.",
5
"author": "leezng <im.leezng@gmail.com>",
6
"main": "vue-json-pretty.js",
7
"scripts": {
src/index.js
@@ -2,5 +2,5 @@ import App from './components/app.vue'
import './assets/less/index.less'
export default Object.assign({}, App, {
- version: '1.6.0'
+ version: '1.6.1'
})
0 commit comments