Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raydog committed Sep 29, 2017
1 parent c5da106 commit 16b63fa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "adventurejs",
"version": "0.1.1",
"version": "1.0.0",
"description": "A javascript port of the 350-point version of the classic Adventure game.",
"main": "src/index.js",
"keywords": [
"game", "adventure", "advent", "advent350", "text-based", "xyzzy"
"game",
"adventure",
"advent",
"advent350",
"text-based",
"xyzzy"
],
"bin": {
"adventurejs": "./bin/adventurejs"
Expand Down

0 comments on commit 16b63fa

Please sign in to comment.