File tree Expand file tree Collapse file tree 4 files changed +28
-5
lines changed Expand file tree Collapse file tree 4 files changed +28
-5
lines changed Original file line number Diff line number Diff line change
1
+ repo_token : Fybnzn6f3uZVXKohjjSPxsusD5X6eI8Ig
2
+
Original file line number Diff line number Diff line change
1
+ [ ![ NPM version] [ npm-image ]] [ npm-url ]
2
+ [ ![ build status] [ travis-image ]] [ travis-url ]
3
+ [ ![ Test coverage] [ coveralls-image ]] [ coveralls-url ]
4
+ [ ![ David deps] [ david-image ]] [ david-url ]
5
+ [ ![ npm download] [ download-image ]] [ download-url ]
6
+ [ ![ npm license] [ license-image ]] [ download-url ]
7
+
8
+ [ npm-image ] : https://img.shields.io/npm/v/vue-json-ui-editor.svg?style=flat-square
9
+ [ npm-url ] : https://npmjs.org/package/vue-json-ui-editor
10
+ [ travis-image ] : https://img.shields.io/travis/yourtion/vue-json-ui-editor.svg?style=flat-square
11
+ [ travis-url ] : https://travis-ci.org/yourtion/vue-json-ui-editor
12
+ [ coveralls-image ] : https://img.shields.io/coveralls/yourtion/vue-json-ui-editor.svg?style=flat-square
13
+ [ coveralls-url ] : https://coveralls.io/r/yourtion/vue-json-ui-editor?branch=master
14
+ [ david-image ] : https://img.shields.io/david/yourtion/vue-json-ui-editor.svg?style=flat-square
15
+ [ david-url ] : https://david-dm.org/yourtion/vue-json-ui-editor
16
+ [ download-image ] : https://img.shields.io/npm/dm/vue-json-ui-editor.svg?style=flat-square
17
+ [ download-url ] : https://npmjs.org/package/vue-json-ui-editor
18
+ [ license-image ] : https://img.shields.io/npm/l/vue-json-ui-editor.svg
19
+
1
20
# json-editor
2
21
3
22
[ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/yourtion/vue-json-ui-editor.svg )] ( https://greenkeeper.io/ )
23
+ [ ![ DeepScan grade] ( https://deepscan.io/api/teams/2046/projects/2774/branches/19927/badge/grade.svg )] ( https://deepscan.io/dashboard#view=project&tid=2046&pid=2774&bid=19927 )
4
24
5
25
Edit JSON in UI form with JSON Schema and Vue.js ` <json-editor> ` component.
6
26
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ return /******/ (function(modules) { // webpackBootstrap
77
77
/* 0 */
78
78
/***/ ( function ( module , exports ) {
79
79
80
- var core = module . exports = { version : '2.5.6 ' } ;
80
+ var core = module . exports = { version : '2.5.7 ' } ;
81
81
if ( typeof __e == 'number' ) __e = core ; // eslint-disable-line no-undef
82
82
83
83
@@ -440,7 +440,7 @@ var defaultGroup = { component: 'div', option: option };
440
440
created : function created ( ) {
441
441
Object ( __WEBPACK_IMPORTED_MODULE_4__parser__ [ "a" /* loadFields */ ] ) ( this , Object ( __WEBPACK_IMPORTED_MODULE_5__utils__ [ "deepClone" ] ) ( this . schema ) ) ;
442
442
this . default = Object ( __WEBPACK_IMPORTED_MODULE_5__utils__ [ "deepClone" ] ) ( this . value ) ;
443
- this . data = Object ( __WEBPACK_IMPORTED_MODULE_5__utils__ [ "deepClone" ] ) ( this . value ) ;
443
+ this . data = this . value ;
444
444
} ,
445
445
render : function render ( createElement ) {
446
446
var _this3 = this ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-json-ui-editor" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " Edit JSON in UI form with JSON Schema and Vue.js" ,
5
5
"author" : " YourtionGuo <yourtion@gmail.com>" ,
6
6
"scripts" : {
9
9
"start" : " npm run dev" ,
10
10
"lint" : " eslint --ext .js,.vue src test example --fix" ,
11
11
"dist" : " npm test && webpack --config build/webpack.dist.conf.js && export TEST_LIB=true && jest --config test/jest.conf.js" ,
12
- "prepublishOnly" : " npm run dist" ,
12
+ "prepublishOnly" : " npm run dist && cat ./coverage/lcov.info | coveralls " ,
13
13
"docs" : " vuedoc.md src/JsonEditor.vue" ,
14
14
"build" : " node build/build.js"
15
15
},
38
38
},
39
39
"homepage" : " https://github.com/yourtion/vue-json-ui-editor#readme" ,
40
40
"peerDependencies" : {
41
- "vue" : " ^2.5.16 "
41
+ "vue" : " * "
42
42
},
43
43
"devDependencies" : {
44
44
"@vue/test-utils" : " ^1.0.0-beta.18" ,
58
58
"babel-preset-stage-2" : " ^6.22.0" ,
59
59
"chalk" : " ^2.3.2" ,
60
60
"copy-webpack-plugin" : " ^4.5.2" ,
61
+ "coveralls" : " ^3.0.2" ,
61
62
"css-loader" : " ^0.28.0" ,
62
63
"element-ui" : " ^2.4.11" ,
63
64
"eslint" : " ^5.9.0" ,
You can’t perform that action at this time.
0 commit comments