Fix repository URL in package.json

master
Sven Slootweg 4 years ago
parent 6ddbb653aa
commit 1008af4454

@ -215,6 +215,10 @@ Arguments:
## Changelog ## Changelog
### v1.0.2 (February 17, 2020)
- __Misc:__ Fixed repository URL in package.json
### v1.0.1 (February 16, 2020) ### v1.0.1 (February 16, 2020)
- __Documentation:__ Added license/donation boilerplate to README - __Documentation:__ Added license/donation boilerplate to README

@ -3,7 +3,7 @@
"description": "A small wrapper to integrate Budo with an Express application", "description": "A small wrapper to integrate Budo with an Express application",
"version": "1.0.1", "version": "1.0.1",
"main": "index.js", "main": "index.js",
"repository": "git@git.cryto.net:joepie91/budo-express.git", "repository": "http://git.cryto.net/joepie91/budo-express.git",
"bugs": { "bugs": {
"url": "https://git.cryto.net/joepie91/budo-express/issues" "url": "https://git.cryto.net/joepie91/budo-express/issues"
}, },

Loading…
Cancel
Save