Added homepage to package.json to make GitHub pages work

This commit is contained in:
Przemek Wiech 2019-01-26 22:24:45 +01:00
parent b5775ef687
commit 253b225237

View File

@ -35,5 +35,6 @@
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"prettier": "prettier --write src/**/*.{ts,tsx}"
}
},
"homepage": "https://pewu.github.io/topola-viewer"
}