Update lodash paths travis.yml, test/test.js, and test/index.html.

This commit is contained in:
John-David Dalton
2016-02-20 22:10:47 -08:00
parent f3766cf889
commit 837d47a309
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
};
}
</script>
<script src="../node_modules/lodash/index.js"></script>
<script src="../node_modules/lodash/lodash.js"></script>
<script>var lodashStable = _.noConflict();</script>
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
<script src="../node_modules/qunit-extras/qunit-extras.js"></script>

View File

@@ -230,7 +230,7 @@
var lodashStable = root.lodashStable;
if (!lodashStable) {
try {
lodashStable = load('../node_modules/lodash/index.js');
lodashStable = load('../node_modules/lodash/lodash.js');
} catch (e) {
console.log('Error: The stable lodash dev dependency should be at least a version behind master branch.');
return;