Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ deploy:
secure: emop6MuWZ2yglRFlq9dpALSRM71S/FFxj8+34PeeWE5T2pTmCKi3f6G6giZm9/pbat30Fgk5GQg3sc3AiPFf8k9xnOS7ihy6nm0lH1Q/orNRUCJDVhy9UaLlT/GwCAvGvHw7yNNzNA3+r7Tv0dSbLcCwNdnyYTs/B9XB5gxRui8=
on:
tags: true
repo: TheNodeILs/lodash-contrib
repo: node4good/lodash-contrib
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Basically a [`lodash`](http://lodash.com/) compatible fork of [`underscore-contr

lodash-contrib
==============
[![Build Status](https://travis-ci.org/TheNodeILs/lodash-contrib.png?branch=master)](https://travis-ci.org/TheNodeILs/lodash-contrib)
[![Build Status](https://travis-ci.org/node4good/lodash-contrib.png?branch=master)](https://travis-ci.org/node4good/lodash-contrib)

Links
-----

* [Documentation](https://github.com/TheNodeILs/lodash-contrib/blob/master/docs/index.md)
* [Source repository](https://github.com/Empeeric/lodash-contrib)
* [Tickets and bug reports](https://github.com/Empeeric/lodash-contrib/issues?state=open)
* [Documentation](https://github.com/node4good/lodash-contrib/blob/master/docs/index.md)
* [Source repository](https://github.com/node4good/lodash-contrib)
* [Tickets and bug reports](https://github.com/node4good/lodash-contrib/issues?state=open)

Why lodash-contrib?
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lodash-contrib",
"description": "The brass buckles on lodash's utility belt",
"repo": "TheNodeILs/lodash-contrib",
"repo": "node4good/lodash-contrib",
"version": "31001.0.0",
"dependencies": {
"lodash": "3.10.1"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lodash-contrib",
"description": "The brass buckles on lodash's utility belt",
"repo": "TheNodeILs/lodash-contrib",
"repo": "node4good/lodash-contrib",
"version": "31001.0.0",
"dependencies": {
"lodash/lodash": "3.10.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/builders-examples.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Each section gives use cases showing how a given function could be used:
* [_.setPath](#_setpathobj-value-ks-defaultvalue)
* [_.frequencies](#_frequenciesobj)

For some more insights have a look at [the tests](https://github.com/TheNodeILs/lodash-contrib/blob/master/test/object.builders.js).
For some more insights have a look at [the tests](https://github.com/node4good/lodash-contrib/blob/master/test/object.builders.js).

_.merge(/* objs */)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/combinators-examples.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Each section gives use cases showing how a given function could be used.
* [_.unsplat](#_unsplatfun)
* [_.unsplatl](#_unsplatlfun)

For some more insights have a look at [the tests](https://github.com/TheNodeILs/lodash-contrib/blob/master/test/function.combinators.js).
For some more insights have a look at [the tests](https://github.com/node4good/lodash-contrib/blob/master/test/function.combinators.js).


_.bound(obj, fname)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"grunt-tocdoc": "",
"mocha": ""
},
"repository": "TheNodeILs/lodash-contrib",
"repository": "node4good/lodash-contrib",
"license": "MIT",
"author": "Refael Ackermann <[email protected]> (http://refack.com)",
"contributors": [
Expand Down