update package.json for gsa

This commit is contained in:
stvnrlly
2022-11-29 08:55:22 -05:00
parent 293b3e2609
commit 219dc7b2ec

View File

@@ -1,7 +1,7 @@
{ {
"name": "notifications-admin", "name": "notifications-admin",
"version": "0.0.1", "version": "0.0.1",
"description": "Admin front end for GOV.UK Notify", "description": "Admin front end for Notify",
"engines": { "engines": {
"node": ">=10.15.3" "node": ">=10.15.3"
}, },
@@ -15,11 +15,11 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/alphagov/notifications-admin.git" "url": "git+https://github.com/GSA/notifications-admin.git"
}, },
"author": "Government Digital Service", "author": "General Services Administration",
"license": "MIT", "license": "CC0",
"homepage": "https://github.com/alphagov/notifications-admin#readme", "homepage": "https://github.com/GSA/notifications-admin#readme",
"dependencies": { "dependencies": {
"cbor-js": "0.1.0", "cbor-js": "0.1.0",
"govuk_frontend_toolkit": "8.1.0", "govuk_frontend_toolkit": "8.1.0",