Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Update deps & package description.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jan 24, 2015
1 parent bda7e01 commit 042f1b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.0-pre",
"main": "benchmark.js",
"dependencies": {
"lodash": "3.0.0-pre",
"lodash": "3.0.0",
"platform": "~1.3.0"
},
"ignore": [
Expand Down
6 changes: 3 additions & 3 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div id="qunit"></div>
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
<script src="../node_modules/qunit-extras/qunit-extras.js"></script>
<script src="../node_modules/lodash/dist/lodash.compat.js"></script>
<script src="../node_modules/lodash-compat/lodash.js"></script>
<script src="../node_modules/platform.js/platform.js"></script>
<script>
QUnit.config.hidepassed = true;
Expand Down Expand Up @@ -65,8 +65,8 @@
},
{
'name': 'lodash',
'location': '../node_modules/lodash/dist',
'main': 'lodash.compat'
'location': '../node_modules/lodash-compat',
'main': 'lodash'
},
{
'name': 'platform',
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

/** The `lodash` utility function */
var _ = root._ || (root._ = (
_ = load('../node_modules/lodash/dist/lodash.compat.js') || root._,
_ = load('../node_modules/lodash-compat/lodash.js') || root._,
_ = _._ || _,
_.runInContext(root)
));
Expand Down

0 comments on commit 042f1b2

Please sign in to comment.