Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 31, 2017
1 parent a92e266 commit 0cdaa11
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<a name="1.0.0"></a>
# 1.0.0 (2017-01-31)

* init ([a92e266](https://github.com/kikobeats/titleize-props/commit/a92e266))



19 changes: 17 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "titleize-props",
"description": "Capitalize every word in a string prop (excluding links) of a object.",
"homepage": "https://github.com/Kikobeats/titleize-props",
"version": "0.0.0",
"version": "1.0.0",
"main": "index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
Expand All @@ -16,7 +16,22 @@
"bugs": {
"url": "https://github.com/Kikobeats/titleize-props/issues"
},
"keywords": [],
"keywords": [
"capitalize",
"case",
"convert",
"dash",
"hyphen",
"key",
"object",
"property",
"str",
"string",
"text",
"title",
"titleize",
"uppercase"
],
"dependencies": {
"lodash.reduce": "~4.6.0",
"titleize": "~1.0.0",
Expand Down

0 comments on commit 0cdaa11

Please sign in to comment.