Skip to content

Commit

Permalink
updated to publish npm version of gameinputjs
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarcloud committed Jul 4, 2024
1 parent 145a3f1 commit 89bbb5d
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 1,382 deletions.
11 changes: 3 additions & 8 deletions lib/gameinputjs/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"name": "@lunarcloud/gameinputjs",
"name": "gameinputjs",
"type": "module",
"repository": {
"url": "https://github.com/lunarcloud/gameinputjs.git"
},
"publishConfig": {
"@lunarcloud:registry": "https://npm.pkg.github.com"
},
"version": "13.2.1",
"version": "13.2.4",
"description": "Browser library to upgrade the Gamepad API experience",
"private": false,
"scripts": {
Expand All @@ -31,6 +28,7 @@
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdoc": "^4.0.2",
"jsdoc-tsimport-plugin": "^1.0.5",
"serve": "^14.2.1",
Expand All @@ -51,8 +49,5 @@
"default"
],
"testLocationInResults": true
},
"dependencies": {
"jest-environment-jsdom": "^29.7.0"
}
}
Loading

0 comments on commit 89bbb5d

Please sign in to comment.