From f38ecf996e71c6e6ae584a0567ed4d9bf70b7faf Mon Sep 17 00:00:00 2001 From: Mark Vasilkov Date: Sun, 20 Apr 2014 15:30:27 +0300 Subject: [PATCH] Cosmetic: 0.0.6 --- bower.json | 4 ++-- component.json | 10 ++++------ package.json | 5 +++-- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index e6ade50..81728e3 100644 --- a/bower.json +++ b/bower.json @@ -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" } diff --git a/component.json b/component.json index de56e1c..f4bb817 100644 --- a/component.json +++ b/component.json @@ -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"] } diff --git a/package.json b/package.json index 7ff83da..d49d0b3 100644 --- a/package.json +++ b/package.json @@ -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)"