Skip to content

Commit

Permalink
Merge pull request #80 from eugene-serb/development
Browse files Browse the repository at this point in the history
Release 1.0.13
  • Loading branch information
eugene-serb authored May 1, 2023
2 parents 44bc62d + 45cff06 commit 69ad3fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurora-game-engine",
"version": "1.0.12",
"version": "1.0.13",
"description": "Aurora game engine for creating 1D and 2D games in JavaScript",
"keywords": [
"game-engine",
Expand Down Expand Up @@ -32,9 +32,9 @@
"test": "jest tests"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/core": "^7.21.5",
"@babel/eslint-parser": "^7.21.3",
"@babel/preset-env": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
Expand All @@ -44,7 +44,7 @@
"eslint-webpack-plugin": "^4.0.1",
"html-webpack-plugin": "^5.5.1",
"jest": "^29.5.0",
"webpack": "^5.80.0",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3"
}
Expand Down

0 comments on commit 69ad3fd

Please sign in to comment.