Skip to content

Commit c346c41

Browse files
committed
fix: package.json
1 parent dadb349 commit c346c41

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gymie",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "WebSocket client that consumes an API wrapping OpenAI Gym or gym-like environments such as Gym Retro or Unity ML-Agents.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
},
3131
"repository": {
3232
"type": "git",
33-
"url": "git+https://github.com/jscriptcoder/Gymie.git"
33+
"url": "git+https://github.com/jscriptcoder/Gymie-Client.git"
3434
},
3535
"keywords": [
3636
"nodejs",
@@ -41,11 +41,11 @@
4141
"tensorflowjs"
4242
],
4343
"author": "Francisco Ramos <francisco.ramos@researchlab.ai>",
44-
"license": "ISC",
44+
"license": "MIT",
4545
"bugs": {
46-
"url": "https://github.com/jscriptcoder/Gymie/issues"
46+
"url": "https://github.com/jscriptcoder/Gymie-Client/issues"
4747
},
48-
"homepage": "https://github.com/jscriptcoder/Gymie#readme",
48+
"homepage": "https://github.com/jscriptcoder/Gymie-Client#readme",
4949
"devDependencies": {
5050
"@tsconfig/node10": "^1.0.7",
5151
"@types/tape": "^4.13.0",

0 commit comments

Comments
 (0)