Fix a pointless git reference in the package.json file

This commit is contained in:
Eric Schultz 2018-06-07 16:03:57 -05:00
parent f93712021e
commit 22c6fbe558

View file

@ -3,7 +3,7 @@
"private": "true",
"repository": {
"type": "git",
"url": "https://github.com/CommitChange/commitchange.com"
"url": "https://github.com/houdiniproject/houdini"
},
"scripts": {
"watch": "npm run export-button-config && npm run export-i18n && npm run generate-api-js && npx webpack --watch",