Skip to content

Commit

Permalink
feat: Update to lodash 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikGartner committed Jan 14, 2016
1 parent bea7282 commit bd8451d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ https://cdn.rawgit.com/ErikGartner/dTree/1.1.0/dist/dTree.min.js
## Requirements
To use the library the follow dependencies must be loaded:

- [D3](https://github.com/mbostock/d3) v3.
- [lodash](https://github.com/lodash/lodash) v3.10
- [D3](https://github.com/mbostock/d3) v3.x
- [lodash](https://github.com/lodash/lodash) v4.x

## Usage
To create a graph from data use the following command:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"node"
],
"dependencies": {
"lodash": "^3.10.0",
"lodash": "^4.0.0",
"d3": "^3.5.12"
},
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/ErikGartner/dtree",
"dependencies": {
"lodash": "^3.10.0",
"lodash": "^4.0.0",
"d3": "^3.5.12"
},
"devDependencies": {
Expand Down

0 comments on commit bd8451d

Please sign in to comment.