We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b2eae commit 943e006Copy full SHA for 943e006
package.json
@@ -1,10 +1,13 @@
1
{
2
- "name": "ecodata-client-plugin",
+ "name": "AtlasOfLivingAustralia/ecodata-client-plugin",
3
"version": "6.2.0",
4
"repository": {
5
"type": "git",
6
"url": "https://github.com/AtlasOfLivingAustralia/ecodata-client-plugin.git"
7
},
8
+ "publishConfig": {
9
+ "registry": "https://npm.pkg.github.com/"
10
+ },
11
"description": "Karma / jasmine configuration for testing project javascript",
12
"main": "test/unit/javascript",
13
"private": true,
0 commit comments