forked from vue-generators/vue-form-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master-origin: vue-generators#535, vue-generators#526 - reversed "deep property path" fix 2.3.2 releases Fix Rawgit shut down - Change link to cdnjs Export dist Fix deep property path not working - Deactivate `paths` option in 'lodash-webpack-plugin' docs: replace duplicated 2.3.0 with 2.3.1
- Loading branch information
Showing
10 changed files
with
3,451 additions
and
3,436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"name": "vue-form-generator", | ||
"version": "2.3.1", | ||
"homepage": "https://github.com/vue-generators/vue-form-generator/", | ||
"authors": [ | ||
"Icebob" | ||
], | ||
"description": "A schema-based form generator component for Vue.js", | ||
"main": [ | ||
"dist/vfg.js", | ||
"dist/vfg.css", | ||
"dist/vfg-core.js", | ||
"dist/vfg-core.css" | ||
], | ||
"moduleType": [ | ||
"amd" | ||
], | ||
"keywords": [ | ||
"vue", | ||
"vuejs", | ||
"form", | ||
"generator", | ||
"schema", | ||
"json" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
"name": "vue-form-generator", | ||
"version": "2.3.2", | ||
"homepage": "https://github.com/vue-generators/vue-form-generator/", | ||
"authors": [ | ||
"Icebob" | ||
], | ||
"description": "A schema-based form generator component for Vue.js", | ||
"main": [ | ||
"dist/vfg.js", | ||
"dist/vfg.css", | ||
"dist/vfg-core.js", | ||
"dist/vfg-core.css" | ||
], | ||
"moduleType": [ | ||
"amd" | ||
], | ||
"keywords": [ | ||
"vue", | ||
"vuejs", | ||
"form", | ||
"generator", | ||
"schema", | ||
"json" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.