Install phantom-jasmine via npm, rather than git submodules

Because removing a step from our install process is a Good Thing™
This commit is contained in:
David Baumgold
2013-05-13 11:33:07 -04:00
parent 348e982678
commit 7c98981498
4 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,8 @@
{
"name": "mitx",
"version": "0.1.0",
"dependencies": { "coffee-script": "1.6.x"}
}
"dependencies": {
"coffee-script": "1.6.X",
"phantom-jasmine": "0.3.X"
}
}