Merge pull request #11534 from edx/christina/jquery-npm
Install underscore from npm.
Showing
This diff is collapsed.
Click to expand it.
common/static/js/vendor/underscore-min.js
0 → 120000
| ... | ... | @@ -4,7 +4,8 @@ |
| "dependencies": { | ||
| "coffee-script": "1.6.1", | ||
| "edx-pattern-library": "0.10.4", | ||
| "uglify-js": "2.4.24" | ||
| "uglify-js": "2.4.24", | ||
| "underscore": "1.4.4" | ||
| }, | ||
| "devDependencies": { | ||
| "jshint": "^2.7.0", | ||
| ... | ... |
Please
register
or
sign in
to comment