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 54c28ca commit 4feba75Copy full SHA for 4feba75
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "vue-json-pretty",
3
- "version": "1.3.2",
4
- "description": "A Vue.js 2.0 Toolkit for json",
5
- "author": "leezng <294795201@qq.com>",
+ "version": "1.3.3",
+ "description": "A Vue.js 2.0 Toolkit for JSON",
+ "author": "leezng <im.leezng@gmail.com>",
6
"main": "vue-json-pretty.js",
7
"scripts": {
8
"dev": "node build/dev-server.js",
src/index.js
@@ -2,5 +2,5 @@ import VueJsonPretty from './components/tree.vue'
import './assets/less/index.less'
export default Object.assign({}, VueJsonPretty, {
- version: '1.3.2'
+ version: '1.3.3'
})
0 commit comments