Skip to content

Commit

Permalink
Add dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Bijaoui committed Oct 1, 2018
1 parent e9a415e commit 7cce52d
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 82 deletions.
26 changes: 13 additions & 13 deletions dist/vfg-core.common.js

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions dist/vfg-core.umd.js

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions dist/vfg.common.js

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions dist/vfg.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "vue-form-generator",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "A schema-based form generator component for Vue.js",
"homepage": "https://github.com/vue-generators/vue-form-generator/",
"main": "dist/vfg.js",
Expand Down Expand Up @@ -31,10 +31,14 @@
"url": "https://github.com/vue-generators/vue-form-generator.git"
},
"files": [
"dist/vfg.js",
"dist/vfg.common.js",
"dist/vfg.css",
"dist/vfg-core.js",
"dist/vfg.umd.js",
"dist/vfg.umd.min.js",
"dist/vfg-core.common.js",
"dist/vfg-core.css",
"dist/vfg-core.umd.js",
"dist/vfg-core.umd.min.js",
"src"
],
"author": "Icebob",
Expand Down

0 comments on commit 7cce52d

Please sign in to comment.