Skip to content

Commit

Permalink
Updates keywords in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ffl35 committed Aug 25, 2022
1 parent 3b57295 commit 99cfe79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-maze-generator",
"version": "1.1.8",
"version": "1.1.9",
"description": "Generate perfect mazes with Node using a growing tree algorithm",
"main": "index.js",
"scripts": {
Expand All @@ -12,13 +12,13 @@
"url": "git+https://github.com/w4ffl35/node-maze-generator.git"
},
"keywords": [
"maze generator",
"maze",
"generator",
"node",
"mazes",
"mazegen",
"growing",
"tree"
"game development",
"growing tree",
"javascript maze generator"
],
"author": "w4ffl35 (Joe Curlee)",
"license": "MIT",
Expand Down

0 comments on commit 99cfe79

Please sign in to comment.