Skip to content

Commit e9539b6

Browse files
authored
Merge pull request #31 from Absulit/cdn
rename package to make it unique
2 parents d401523 + 8b54a86 commit e9539b6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
2-
"name": "gamepad.js",
2+
"name": "@absulit/gamepad.js",
33
"version": "2.0.0",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"description": "Custom implementation of the Gamepad API for gamepads.",
58
"main": "build/gamepad.min.js",
69
"files": [

0 commit comments

Comments
 (0)