Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlefevre committed Dec 11, 2024
1 parent cd0c81b commit a27d036
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ each field:
{
"name": "dmy/elm-doc-preview",
"summary": "Offline documentation previewer",
"version": "5.0.0",
"version": "6.0.0",
"exposed-modules": [
"Href",
"Session",
Expand Down
2 changes: 1 addition & 1 deletion elm-application.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dmy/elm-doc-preview",
"summary": "Offline documentation previewer",
"version": "5.0.0",
"version": "6.0.0",
"exposed-modules": [
"Href",
"Main",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"author": "Rémi Lefèvre <[email protected]>",
"bin": {
"edp": "./cli.js",
"elm-doc-preview": "./cli.js"
"edp": "cli.js",
"elm-doc-preview": "cli.js"
},
"bugs": {
"url": "https://github.com/dmy/elm-doc-preview/issues"
Expand Down Expand Up @@ -68,5 +68,5 @@
},
"type": "module",
"types": "./lib/elm-doc-server.d.ts",
"version": "5.0.5"
"version": "6.0.0"
}

0 comments on commit a27d036

Please sign in to comment.