Skip to content

Commit

Permalink
Add mconsole dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
David Peek committed Jul 23, 2015
1 parent 0e0c632 commit 3ea55b9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions project.json
@@ -1,21 +1,22 @@
{
"project":
"project":
{
"name": "MassiveCover",
"version": "2.1.1",
"id": "mcover",
"devDependencies":
"devDependencies":
{
"hamcrest": "1.x",
"mtask": "3.x"
},
"dependencies":
"dependencies":
{
"munit": "2.x"
"munit": "2.x",
"mconsole": "1.x"
}
},
"haxelib":
"haxelib":
{
"user": "massive"
}
}
}

0 comments on commit 3ea55b9

Please sign in to comment.