Skip to content

Commit

Permalink
Fix npm "main"
Browse files Browse the repository at this point in the history
Add "maintainers"
  • Loading branch information
Lionel Bijaoui committed Oct 1, 2018
1 parent 7cce52d commit 74a9d50
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"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",
"main": "dist/vfg.umd.min.js",
"scripts": {
"serve": "vue-cli-service serve",
"prebuild": "npm run test:unit",
Expand Down Expand Up @@ -41,7 +41,18 @@
"dist/vfg-core.umd.min.js",
"src"
],
"author": "Icebob",
"author": "Icebob",
"maintainers":[
{
"name": "David Higgins",
"email": "higginsd@zoulcreations.com",
"web": "http://www.fragmentedcode.com"
},
{
"name": "Lionel Bijaoui",
"email": "lionel.bijaoui@gmail.com"
}
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 74a9d50

Please sign in to comment.