Skip to content

Commit

Permalink
fixed homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
LeXofLeviafan committed Apr 11, 2022
1 parent 584373b commit 49a5a5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "mreframe",
"version": "0.1.0",
"version": "0.1.1",
"description": "A reagent/re-frame imitation that uses Mithril instead",
"main": "index.js",
"author": "LeXofLeviafan <lexofleviafan@gmail.com>",
"homepage": "https://lexofleviafan.github.io/mreframe",
"license": "MIT",
"scripts": {
"install": "cake transpile",
Expand All @@ -30,7 +29,7 @@
"tinyify": "^3.0.0"
},
"repository": "github:LeXofLeviafan/mreframe",
"homepage": "https://github.com/LeXofLeviafan/mreframe#intro",
"homepage": "https://lexofleviafan.github.io/mreframe",
"bugs": "https://github.com/LeXofLeviafan/mreframe/issues",
"keywords": ["mithril"]
}

0 comments on commit 49a5a5e

Please sign in to comment.