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 7cce52d commit 74a9d50Copy full SHA for 74a9d50
package.json
@@ -3,7 +3,7 @@
3
"version": "3.0.0-beta.2",
4
"description": "A schema-based form generator component for Vue.js",
5
"homepage": "https://github.com/vue-generators/vue-form-generator/",
6
- "main": "dist/vfg.js",
+ "main": "dist/vfg.umd.min.js",
7
"scripts": {
8
"serve": "vue-cli-service serve",
9
"prebuild": "npm run test:unit",
@@ -41,7 +41,18 @@
41
"dist/vfg-core.umd.min.js",
42
"src"
43
],
44
- "author": "Icebob",
+ "author": "Icebob",
45
+ "maintainers":[
46
+ {
47
+ "name": "David Higgins",
48
+ "email": "higginsd@zoulcreations.com",
49
+ "web": "http://www.fragmentedcode.com"
50
+ },
51
52
+ "name": "Lionel Bijaoui",
53
+ "email": "lionel.bijaoui@gmail.com"
54
+ }
55
+ ],
56
"license": "MIT",
57
"dependencies": {},
58
"devDependencies": {
0 commit comments