mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Update contributing, package.json test entry, and add lodash-grunt to the readme. [ci skip]
Former-commit-id: d59c8db9593eb8893d728588f88ce8b2685f3594
This commit is contained in:
@@ -15,7 +15,7 @@ The [Backbone](http://backbonejs.org/) and [Underscore](http://http://underscore
|
|||||||
Lo-Dash is a member of the [Dojo Foundation](http://dojofoundation.org/).
|
Lo-Dash is a member of the [Dojo Foundation](http://dojofoundation.org/).
|
||||||
As such, we request that all contributors sign the Dojo Foundation [contributor license agreement](http://dojofoundation.org/about/claForm).
|
As such, we request that all contributors sign the Dojo Foundation [contributor license agreement](http://dojofoundation.org/about/claForm).
|
||||||
|
|
||||||
For more information about CLAs, please check out Alex Russell’s excellent post, ["Why Do I Need to Sign This?"](http://infrequently.org/2008/06/why-do-i-need-to-sign-this/).
|
For more information about CLAs, please check out Alex Russell’s excellent post, [“Why Do I Need to Sign This?”](http://infrequently.org/2008/06/why-do-i-need-to-sign-this/).
|
||||||
|
|
||||||
## Coding Guidelines
|
## Coding Guidelines
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ For a list of upcoming features, check out our [roadmap](https://github.com/best
|
|||||||
|
|
||||||
## Features *not* in Underscore
|
## Features *not* in Underscore
|
||||||
|
|
||||||
* AMD loader support ([curl](https://github.com/cujojs/curl), [dojo](https://github.com/dojo/dojo), [requirejs](http://requirejs.org/), etc.)
|
* AMD loader support ([curl](https://github.com/cujojs/curl), [dojo](http://dojotoolkit.org/), [requirejs](http://requirejs.org/), etc.)
|
||||||
* [_(…)](http://lodash.com/docs#_) supports intuitive chaining
|
* [_(…)](http://lodash.com/docs#_) supports intuitive chaining
|
||||||
* [_.at](http://lodash.com/docs#at) for cherry-picking collection values
|
* [_.at](http://lodash.com/docs#at) for cherry-picking collection values
|
||||||
* [_.bindKey](http://lodash.com/docs#bindKey) for binding [*“lazy”*](http://michaux.ca/articles/lazy-function-definition-pattern) defined methods
|
* [_.bindKey](http://lodash.com/docs#bindKey) for binding [*“lazy”*](http://michaux.ca/articles/lazy-function-definition-pattern) defined methods
|
||||||
@@ -134,7 +134,7 @@ The full changelog is available [here](https://github.com/bestiejs/lodash/wiki/C
|
|||||||
|
|
||||||
## BestieJS
|
## BestieJS
|
||||||
|
|
||||||
Lo-Dash is part of the BestieJS *“Best in Class”* module collection. This means we promote solid environment support, ES5+ precedents, unit testing, & plenty of documentation.
|
Lo-Dash is part of the BestieJS *“Best in Class”* module collection. This means it promotes solid environment support, ES5+ precedents, unit testing, & plenty of documentation.
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
|
|||||||
@@ -61,6 +61,9 @@
|
|||||||
"jam": {
|
"jam": {
|
||||||
"main": "./dist/lodash.compat.js"
|
"main": "./dist/lodash.compat.js"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "node test/test.js"
|
||||||
|
},
|
||||||
"volo": {
|
"volo": {
|
||||||
"type": "directory",
|
"type": "directory",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
|||||||
Reference in New Issue
Block a user