Skip to content

Commit

Permalink
adds additional package.json metadata; bumps to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Cowden committed Feb 20, 2017
1 parent 7417c83 commit 3a082a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "castles",
"version": "1.0.0",
"version": "1.0.1",
"description": "A competitive logic puzzle useful for teaching",
"keywords": [
"castles",
Expand All @@ -11,6 +11,11 @@
"engines": {
"node": "^6.x"
},
"homepage": "https://github.com/ecowden/castles",
"repository": {
"type": "git",
"url": "git://github.com/ecowden/castles.git"
},
"dependencies": {},
"devDependencies": {
"ava": "^0.17.0",
Expand Down

0 comments on commit 3a082a9

Please sign in to comment.