diff --git a/package.json b/package.json index 834e3bb..548aed9 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,13 @@ { - "name": "ecodata-client-plugin", + "name": "AtlasOfLivingAustralia/ecodata-client-plugin", "version": "6.2.0", "repository": { "type": "git", "url": "https://github.com/AtlasOfLivingAustralia/ecodata-client-plugin.git" }, + "publishConfig": { + "registry": "https://npm.pkg.github.com/" + }, "description": "Karma / jasmine configuration for testing project javascript", "main": "test/unit/javascript", "private": true,