diff options
author | eug-vs <eug-vs@keemail.me> | 2020-06-08 14:11:04 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-06-08 14:11:04 +0300 |
commit | 67def5d792ca5efdf7bf43c3c32e7020f7d8f5cf (patch) | |
tree | 4f152c542b30e59bf85625eae75f029428783f69 /package.json | |
parent | 9078d1883f3e1e08ff7398f9c2314972aa976843 (diff) | |
download | which-ui-67def5d792ca5efdf7bf43c3c32e7020f7d8f5cf.tar.gz |
fix: add homepage
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 00623b4..b57298f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "which", "version": "0.1.0", - "private": true, + "homepage": "https://ilyayudovin.github.io/which", "dependencies": { "@material-ui/core": "^4.10.1", "@material-ui/icons": "^4.9.1", |