Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 30, 2014
1 parent 1fd1285 commit 3661e9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "object-assign",
"version": "0.3.0",
"version": "0.3.1",
"description": "ES6 Object.assign() ponyfill",
"license": "MIT",
"repo": "sindresorhus/object-assign",
"repository": "sindresorhus/object-assign",
"main": "object-assign.js",
"scripts": ["object-assign.js"],
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "object-assign",
"version": "0.3.0",
"version": "0.3.1",
"description": "ES6 Object.assign() ponyfill",
"license": "MIT",
"main": "object-assign.js",
Expand Down
8 changes: 3 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@

## Install

Download [manually](https://github.com/sindresorhus/object-assign/releases) or with a package-manager.

```bash
```sh
$ npm install --save object-assign
```

```bash
```sh
$ bower install --save object-assign
```

```bash
```sh
$ component install sindresorhus/object-assign
```

Expand Down

0 comments on commit 3661e9f

Please sign in to comment.