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.
2 parents f5d318a + 3e25eb6 commit 1cf857bCopy full SHA for 1cf857b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-json-pretty",
3
- "version": "1.6.6",
+ "version": "1.6.7",
4
"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",
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.6'
+ version: '1.6.7'
})
0 commit comments