Merge pull request #66 from edx/will/js-refactor
Studio-editing JavaScript Refactor
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
{ | ||
"devDependencies": {"karma": "~0.8"}, | ||
"scripts": {"test": "./node_modules/.bin/karma start"} | ||
"devDependencies": { | ||
"karma": "~0.11", | ||
"karma-jasmine": "0.1.3", | ||
"karma-coverage": "0.1.5", | ||
"karma-firefox-launcher": "~0.1.3" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/karma/bin/karma start" | ||
} | ||
} |
Please
register
or
sign in
to comment