Skip to content

Commit

Permalink
fix: docsify-select main and unpkg reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed Apr 15, 2020
1 parent 3288e38 commit 1f4735d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "docsify-select",
"version": "0.2.0",
"version": "0.2.1",
"description": "A docsify.js plugin for variably rendering content with html select menus from markdown",
"author": "James Hegedus",
"license": "MIT",
"homepage": "https://github.com/jthegedus/docsify-select#readme",
"homepage": "https://jthegedus.github.io/docsify-select/",
"repository": {
"type": "git",
"url": "git+https://github.com/jthegedus/docsify-select.git"
Expand All @@ -18,8 +18,8 @@
"docsify-plugin",
"documentation"
],
"main": "dist/index.min.js",
"unpkg": "dist/index.min.js",
"main": "dist/docsify-select.min.js",
"unpkg": "dist/docsify-select.min.js",
"files": [
"dist"
],
Expand Down

0 comments on commit 1f4735d

Please sign in to comment.