Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Jan 24, 2015
1 parent 2e0b450 commit e98595d
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
{
"name": "string-format",
"version": "0.2.1",
"version": "0.5.0",
"description": "Adds a `format` method to `String.prototype`. Inspired by Python's `str.format()`.",
"author": "David Chambers <dc@davidchambers.me>",
"keywords": ["string", "formatting", "language", "util"],
"keywords": [
"string",
"formatting",
"language",
"util"
],
"main": "./lib/string-format",
"scripts": {
"prepublish": "make clean && make",
"test": "make test"
},
"homepage": "https://github.com/davidchambers/string-format",
"bugs": "https://github.com/davidchambers/string-format/issues",
"licenses": [{
"type": "WTFPL",
"url": "https://raw.github.com/davidchambers/string-format/master/LICENSE"
}],
"licenses": [
{
"type": "WTFPL",
"url": "https://raw.github.com/davidchambers/string-format/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/davidchambers/string-format.git"
Expand Down

0 comments on commit e98595d

Please sign in to comment.