Skip to content

Commit

Permalink
Merge pull request #17 from w4ffl35/develop
Browse files Browse the repository at this point in the history
Updates json5 dependency
  • Loading branch information
w4ffl35 authored Dec 30, 2022
2 parents 442c942 + d422799 commit 6596cdb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 29 deletions.
50 changes: 22 additions & 28 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-maze-generator",
"version": "1.4.3",
"version": "1.4.4",
"description": "Generate perfect mazes with Node using a growing tree algorithm",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,5 +28,8 @@
"homepage": "https://github.com/w4ffl35/node-maze-generator#readme",
"devDependencies": {
"jest": "^28.1.3"
},
"dependencies": {
"node-maze-generator": "^1.4.3"
}
}

0 comments on commit 6596cdb

Please sign in to comment.