Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuro555 committed May 6, 2021
1 parent 776ef81 commit a24f3fc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "0.1.1",
"version": "0.1.2",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/API/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gdmod/api",
"version": "0.1.1",
"version": "0.1.2",
"description": "The interface to mod games and load/run mods.",
"main": "src/index.ts",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/CLI/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gdmod/cli",
"description": "A command line interface to do common tasks with GDMod, like patching a game.",
"version": "0.1.1",
"version": "0.1.2",
"main": "./src/index.js",
"author": "Arthur Pacaud (arthuro555)",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"url": "git+https://github.com/arthuro555/gdmod.git"
},
"dependencies": {
"@gdmod/local-loader": "^0.1.1",
"@gdmod/local-loader": "^0.1.2",
"asar": "^3.0.3",
"chalk": "^3.0.0",
"clipanion": "^3.0.0-rc.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/local-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"type": "git",
"url": "git+https://github.com/arthuro555/gdmod.git"
},
"version": "0.1.1",
"version": "0.1.2",
"main": "./src/installer.js",
"author": "Arthur Pacaud (arthuro555)",
"license": "MIT",
"dependencies": {
"@gdmod/api": "^0.1.1"
"@gdmod/api": "^0.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/web-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gdmod/web-loader",
"version": "0.1.1",
"version": "0.1.2",
"description": "The GDMod loader for the web, in form of a chrome extension.",
"main": "none",
"scripts": {
Expand All @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/arthuro555/gdmod#readme",
"dependencies": {
"@gdmod/api": "^0.1.1",
"@gdmod/api": "^0.1.2",
"chokidar": "^3.4.3",
"fs-extra": "^10.0.0"
},
Expand Down

0 comments on commit a24f3fc

Please sign in to comment.