Merge pull request #2035 from edx/fix/zoldak/phantom-jasmine-version

Specify version of phantom jasmine to use.
This commit is contained in:
Jay Zoldak
2013-05-14 07:32:14 -07:00

View File

@@ -3,6 +3,6 @@
"version": "0.1.0",
"dependencies": {
"coffee-script": "1.6.X",
"phantom-jasmine": "0.3.X"
"phantom-jasmine": "0.1.0"
}
}