Skip to content

Commit

Permalink
transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Apr 15, 2016
1 parent 585f77c commit 4d6184d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
> Sets the value at path of object.

[![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square)](https://github.com/bubkoo/object-set/blob/master/LICENSE)
[![MIT License](https://img.shields.io/badge/license-MIT_License-green.svg?style=flat-square)](https://github.com/gearcase/object-set/blob/master/LICENSE)

[![build:?](https://img.shields.io/travis/bubkoo/object-set/master.svg?style=flat-square)](https://travis-ci.org/bubkoo/object-set)
[![coverage:?](https://img.shields.io/coveralls/bubkoo/object-set/master.svg?style=flat-square)](https://coveralls.io/github/bubkoo/object-set)
[![build:?](https://img.shields.io/travis/gearcase/object-set/master.svg?style=flat-square)](https://travis-ci.org/gearcase/object-set)
[![coverage:?](https://img.shields.io/coveralls/gearcase/object-set/master.svg?style=flat-square)](https://coveralls.io/github/gearcase/object-set)


## Install
Expand All @@ -17,7 +17,7 @@ $ npm install --save object-set

## Usage

> For more use-cases see the [tests](https://github.com/bubkoo/object-set/blob/master/test/spec/index.js)
> For more use-cases see the [tests](https://github.com/gearcase/object-set/blob/master/test/spec/index.js)
```js
var set = require('object-set');
Expand Down Expand Up @@ -46,15 +46,15 @@ set({ foo: 1 }, 'foo.obj.key', 3);
## Related


- [object-unset](https://github.com/bubkoo/object-unset) - Removes the property at path of object.
- [object-at](https://github.com/bubkoo/object-at) - Get object's property according to the path.
- [object-has](https://github.com/bubkoo/object-has) - Checks if path is a direct property of object.
- [to-path](https://github.com/bubkoo/to-path) - Converts string to a property path array.
- [object-unset](https://github.com/gearcase/object-unset) - Removes the property at path of object.
- [object-at](https://github.com/gearcase/object-at) - Get object's property according to the path.
- [object-has](https://github.com/gearcase/object-has) - Checks if path is a direct property of object.
- [to-path](https://github.com/gearcase/to-path) - Converts string to a property path array.



## Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please [create an issue](https://github.com/bubkoo/object-set/issues/new).
For bugs and feature requests, please [create an issue](https://github.com/gearcase/object-set/issues/new).
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "object-set",
"version": "1.0.0",
"version": "1.0.1",
"description": "Sets the value at path of object.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,12 +29,12 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bubkoo/object-set.git"
"url": "git+https://github.com/gearcase/object-set.git"
},
"bugs": {
"url": "https://github.com/bubkoo/object-set/issues"
"url": "https://github.com/gearcase/object-set/issues"
},
"homepage": "https://github.com/bubkoo/object-set#readme",
"homepage": "https://github.com/gearcase/object-set#readme",
"devDependencies": {
"jshint": "^2.9.1",
"chai": "^3.5.0",
Expand Down

0 comments on commit 4d6184d

Please sign in to comment.