Skip to content

Commit

Permalink
Switch from underscore to lodash modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jvivasclimate authored and ryanlanciaux committed Mar 12, 2016
1 parent 926a41e commit b65bfe8
Show file tree
Hide file tree
Showing 15 changed files with 48,698 additions and 649 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ docs/html

# Users Environment Variables
.lock-wscript
.node-version

.idea
.idea
5 changes: 1 addition & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ module.exports = function(grunt) {
]
},
externals: {
"react": "React",
"underscore": "_",

"react": "React"
}
},
docs: {
Expand All @@ -133,7 +131,6 @@ module.exports = function(grunt) {
},
externals: {
"react": "React",
"underscore": "_",
"Chartist": "chartist"
}
}
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Join us here [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.

----------

Griddle is a simple grid Component for use with React. It depends on [underscore.js](http://underscorejs.org/) and [React](http://facebook.github.io/react/).
Griddle is a simple grid Component for use with React. It depends on [Lodash Modules](https://lodash.com/) and [React](http://facebook.github.io/react/).

Please check out the [documentation and examples](http://dynamictyped.github.io/Griddle).

Expand Down Expand Up @@ -44,6 +44,9 @@ Please feel free submit any bugs or suggestions as issues. If you are having pro
----------
###Changelog:###

0.4.0
- Remove the underscore dependencies and implement the use of lodash-modularized

0.3.0

- Pulling the React 0.14 update into a larger version update to prevent npm from assuming it's safe to update.
Expand Down
Loading

0 comments on commit b65bfe8

Please sign in to comment.