Update package.json

This commit is contained in:
Vadim Namniak
2015-09-20 20:20:01 -04:00
parent 348fd5cfac
commit ab03d8fc09
+2 -2
View File
@@ -1,7 +1,7 @@
{
"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.2",
"version": "0.4.3",
"license": "MIT",
"main": "CanvasTextWrapper.min.js",
"keywords": ["canvas", "canvas text", " text", "split"],
@@ -18,4 +18,4 @@
"grunt-contrib-uglify": "^0.9.1",
"uglify-save-license": "^0.4.1"
}
}
}