Adding publishConfig registry for GH package management

This commit is contained in:
Andrew Gioia 2019-09-13 14:26:42 -04:00 committed by GitHub
parent b2814f1001
commit 6fa9b6d236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,5 +34,8 @@
}, },
"engines": { "engines": {
"node": "*" "node": "*"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@andrewgioia"
} }
} }