Skip to content

Commit e98595d

Browse files
committed
0.5.0
1 parent 2e0b450 commit e98595d

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

package.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
{
22
"name": "string-format",
3-
"version": "0.2.1",
3+
"version": "0.5.0",
44
"description": "Adds a `format` method to `String.prototype`. Inspired by Python's `str.format()`.",
55
"author": "David Chambers <[email protected]>",
6-
"keywords": ["string", "formatting", "language", "util"],
6+
"keywords": [
7+
"string",
8+
"formatting",
9+
"language",
10+
"util"
11+
],
712
"main": "./lib/string-format",
813
"scripts": {
914
"prepublish": "make clean && make",
1015
"test": "make test"
1116
},
1217
"homepage": "https://github.com/davidchambers/string-format",
1318
"bugs": "https://github.com/davidchambers/string-format/issues",
14-
"licenses": [{
15-
"type": "WTFPL",
16-
"url": "https://raw.github.com/davidchambers/string-format/master/LICENSE"
17-
}],
19+
"licenses": [
20+
{
21+
"type": "WTFPL",
22+
"url": "https://raw.github.com/davidchambers/string-format/master/LICENSE"
23+
}
24+
],
1825
"repository": {
1926
"type": "git",
2027
"url": "git://github.com/davidchambers/string-format.git"

0 commit comments

Comments
 (0)