Skip to content

Commit

Permalink
fix: add plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Jun 24, 2020
1 parent 883eb32 commit d62b838
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/vfm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"types": "lib/index.d.ts",
"main": "lib/index.js",
"bin": "lib/cli.js",
"files": [
"lib/*.js",
"lib/*.d.ts"
"lib"
],
"publishConfig": {
"access": "public"
Expand All @@ -50,12 +50,14 @@
"url": "https://github.com/vivliostyle/vfm.git",
"directory": "packages/vfm"
},
"license": "Apache-2.0",
"bin": "lib/cli.js",
"bugs": {
"url": "https://github.com/vivliostyle/vfm/issues"
},
"homepage": "https://github.com/vivliostyle/vfm",
"keywords": [
"markdown",
"vfm",
"vivliostyle"
]
],
"license": "Apache-2.0"
}

0 comments on commit d62b838

Please sign in to comment.