Skip to content

Commit

Permalink
Cosmetic: 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasilkov committed Apr 20, 2014
1 parent 30371c6 commit f38ecf9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "rssi",
"version": "0.0.5",
"version": "0.0.6",
"main": "rssi.js",
"ignore": ["Makefile", "package.json", "test{_client,}", "usage"],
"ignore": ["Makefile", "{component,package}.json", "test{_client,}", "usage"],
"devDependencies": {
"requirejs": "2.x"
}
Expand Down
10 changes: 4 additions & 6 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "rssi",
"version": "0.0.5",
"version": "0.0.6",
"main": "rssi.js",
"description": "Ruby-like simple string interpolation",
"keywords": ["string", "interpolation", "format", "printf", "ruby"],
"homepage": "https://github.com/mvasilkov/rssi/",
"keywords": ["interpolation", "string", "format", "formatting", "template", "ruby"],
"homepage": "https://github.com/mvasilkov/rssi",
"author": "Mark Vasilkov (https://github.com/mvasilkov)",
"license": "MIT",
"scripts": [
"rssi.js"
]
"scripts": ["rssi.js", "rssi.min.js"]
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "rssi",
"version": "0.0.5",
"version": "0.0.6",
"description": "Ruby-like simple string interpolation",
"keywords": ["interpolation", "string", "formatting", "template"],
"keywords": ["interpolation", "string", "format", "formatting", "template", "ruby"],
"homepage": "https://github.com/mvasilkov/rssi",
"author": "Mark Vasilkov (https://github.com/mvasilkov)",
"contributors": [
"Viktor Konovalov (https://github.com/virpool)"
Expand Down

0 comments on commit f38ecf9

Please sign in to comment.