Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Oct 17, 2015
1 parent defa387 commit 5b4d427
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
### v1.0.3

- [`defa387`](https://github.com/christophehurpeau/object-properties/commit/defa38710540d44519898c1966a687139c7cab66) readme (Christophe Hurpeau)

### v1.0.2

- [`e91007a`](https://github.com/{ type: 'git',
url: 'git+https://github.com/christophehurpeau/object-properties.git' }/commit/e91007ae1daa63997018b27bf97d1106d42fe9ad) readme (Christophe Hurpeau)
- [`e91007a`](https://github.com/christophehurpeau/object-properties/commit/e91007ae1daa63997018b27bf97d1106d42fe9ad) readme (Christophe Hurpeau)

### v1.0.1

- [`33aa577`](https://github.com/{ type: 'git',
url: 'git+https://github.com/christophehurpeau/object-properties.git' }/commit/33aa577f15df455f9b287ac3f2088acd5efedfe0) readme (Christophe Hurpeau)

- [`33aa577`](https://github.com/christophehurpeau/object-properties/commit/33aa577f15df455f9b287ac3f2088acd5efedfe0) readme (Christophe Hurpeau)
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "object-properties",
"version": "1.0.2",
"version": "1.0.3",
"description": "Shortcuts to Object.defineProperty and Object.defineProperties",
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,10 +13,7 @@
"version": "make version",
"watch": "make watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christophehurpeau/object-properties.git"
},
"repository": "christophehurpeau/object-properties",
"keywords": [
"Object.defineProperties",
"Object.defineProperty"
Expand Down

0 comments on commit 5b4d427

Please sign in to comment.