Install phantom-jasmine via npm, rather than git submodules
Because removing a step from our install process is a Good Thing™
Showing
.gitmodules
deleted
100644 → 0
{ | ||
"name": "mitx", | ||
"version": "0.1.0", | ||
"dependencies": { "coffee-script": "1.6.x"} | ||
} | ||
\ No newline at end of file | ||
"dependencies": { | ||
"coffee-script": "1.6.X", | ||
"phantom-jasmine": "0.3.X" | ||
} | ||
} |
Please
register
or
sign in
to comment