Skip to content

Commit

Permalink
updated json for bower
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarmot committed Sep 30, 2015
1 parent 043675d commit 8c60c6e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "string-format",
"version": "0.2.1",
"description": "Adds a `format` method to `String.prototype`. Inspired by Python's `str.format()`.",
"author": "David Chambers <[email protected]>",
"version": "0.2.2",
"description": "Adds a `format` method to `String.prototype`. Inspired by Python's `str.format()`. Fork of David Chambers' code.",
"author": "Tamar Cohen <[email protected]>",
"keywords": ["string", "formatting", "language", "util"],
"main": "./lib/string-format",
"homepage": "https://github.com/davidchambers/string-format",
"bugs": "https://github.com/davidchambers/string-format/issues",
"homepage": "https://github.com/tamarmot/string-format",
"bugs": "https://github.com/tamarmot/string-format/issues",
"licenses": [{
"type": "WTFPL",
"url": "https://raw.github.com/davidchambers/string-format/master/LICENSE"
"url": "https://raw.github.com/tamarmot/string-format/master/LICENSE"
}],
"repository": {
"type": "git",
"url": "git://github.com/davidchambers/string-format.git"
"url": "git://github.com/tamarmot/string-format.git"
},
"devDependencies": {
"coffee-script": "1.4.x",
Expand Down

0 comments on commit 8c60c6e

Please sign in to comment.