We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b606e commit a675689Copy full SHA for a675689
1 file changed
package.json
@@ -16,7 +16,7 @@
16
"audio sprite",
17
"audiosprite"
18
],
19
- "author": "James Simpson <james@goldfirestudios.com> (http://goldfirestudios.com)",
+ "author": "@catalogworks",
20
"repository": {
21
"type": "git",
22
"url": "git://github.com/catalogworks/howler.js.git"
@@ -37,5 +37,8 @@
37
"dist/howler.core.min.js",
38
"dist/howler.spatial.min.js",
39
"LICENSE.md"
40
- ]
+ ],
41
+ "publishConfig": {
42
+ "registry": "https://npm.pkg.github.com"
43
+ }
44
}
0 commit comments