diff --git a/.travis.yml b/.travis.yml index 1f7532d..33fc1b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 8a63ee5..41152cd 100644 --- a/README.md +++ b/README.md @@ -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? ----------------------- diff --git a/bower.json b/bower.json index e542a79..a32be30 100644 --- a/bower.json +++ b/bower.json @@ -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" diff --git a/component.json b/component.json index 06837fc..2b6585b 100644 --- a/component.json +++ b/component.json @@ -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" diff --git a/examples/builders-examples.js.md b/examples/builders-examples.js.md index 92544a6..6450c68 100644 --- a/examples/builders-examples.js.md +++ b/examples/builders-examples.js.md @@ -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 */) ------------------- diff --git a/examples/combinators-examples.js.md b/examples/combinators-examples.js.md index dcd75af..9aad322 100644 --- a/examples/combinators-examples.js.md +++ b/examples/combinators-examples.js.md @@ -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) diff --git a/package.json b/package.json index 76fb175..04ea783 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "grunt-tocdoc": "", "mocha": "" }, - "repository": "TheNodeILs/lodash-contrib", + "repository": "node4good/lodash-contrib", "license": "MIT", "author": "Refael Ackermann (http://refack.com)", "contributors": [