added keywords

This commit is contained in:
Vadim
2015-09-20 20:16:21 -04:00
parent 0391cacffa
commit ed3fa124d6
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "canvas-text-wrapper", "name": "canvas-text-wrapper",
"version": "0.4.1", "version": "0.4.2",
"ignore": [ "ignore": [
"**/.*", "**/.*",
"**/*.log", "**/*.log",
+2 -1
View File
@@ -1,9 +1,10 @@
{ {
"name": "canvas-text-wrapper", "name": "canvas-text-wrapper",
"description": "Pure JavaScript canvas text wrapper that automatically splits a string into lines on specified rule with alignment and padding.", "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", "license": "MIT",
"main": "CanvasTextWrapper.min.js", "main": "CanvasTextWrapper.min.js",
"keywords": ["canvas", "canvas text", " text", "split"],
"homepage": "http://namniak.github.io/CanvasTextWrapper/", "homepage": "http://namniak.github.io/CanvasTextWrapper/",
"repository": { "repository": {
"type": "git", "type": "git",