From ed3fa124d697c12970ac98af689ced6e792ee80b Mon Sep 17 00:00:00 2001 From: Vadim Date: Sun, 20 Sep 2015 20:16:21 -0400 Subject: [PATCH] added keywords --- bower.json | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 693281b..1949fd2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "canvas-text-wrapper", - "version": "0.4.1", + "version": "0.4.2", "ignore": [ "**/.*", "**/*.log", diff --git a/package.json b/package.json index 0e79c68..9a0f255 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "canvas-text-wrapper", "description": "Pure JavaScript canvas text wrapper that automatically splits a string into lines on specified rule with alignment and padding.", - "version": "0.4.1", + "version": "0.4.2", "license": "MIT", "main": "CanvasTextWrapper.min.js", + "keywords": ["canvas", "canvas text", " text", "split"], "homepage": "http://namniak.github.io/CanvasTextWrapper/", "repository": { "type": "git",