Skip to content

Commit

Permalink
marked module as listed again
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrlowe committed Oct 13, 2020
1 parent 836f53d commit 833ee4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ The file serves as a reminder to me as to what I need to do when releasing a new

## Before a release

### Make sure the module is marked as listed in egg.json

### Update documentation in `README.md`

### Replace all version numbers with the new version number
Expand Down
2 changes: 1 addition & 1 deletion egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "maze_generator",
"description": "A module for generating mazes",
"version": "0.3.0",
"unlisted": true,
"unlisted": false,
"entry": "/mod.js",
"checkFormat": false,
"repository": "https://github.com/thewizardbear/maze_generator",
Expand Down

0 comments on commit 833ee4c

Please sign in to comment.