Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
izure committed Feb 16, 2021
1 parent 715d52e commit b8054df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eriengine4",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"private": true,
"scripts": {
"lint": "vue-cli-service lint",
Expand All @@ -11,7 +11,7 @@
},
"main": "background.js",
"dependencies": {
"@eriengine/plugin-actor": "^1.0.4",
"@eriengine/plugin-actor": "^1.0.5",
"@eriengine/plugin-dialogue": "^1.0.2",
"@eriengine/plugin-fog-of-war": "^1.0.2",
"@eriengine/plugin-isometric-cursor": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Template/Project/PACKAGE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"phaser": "^3.52.0",
"@eriengine/plugin-actor": "^1.0.0",
"@eriengine/plugin-actor": "^1.0.5",
"@eriengine/plugin-dialogue": "^1.0.0",
"@eriengine/plugin-fog-of-war": "^1.0.0",
"@eriengine/plugin-isometric-scene": "^1.1.0",
Expand Down

0 comments on commit b8054df

Please sign in to comment.