mirror of
https://github.com/wassname/CanvasTextWrapper.git
synced 2026-07-03 11:06:52 +08:00
git ignore updates
This commit is contained in:
+5
-1
@@ -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.3.1",
|
||||
"version": "0.3.2",
|
||||
"license": "MIT",
|
||||
"main": "CanvasTextWrapper.min.js",
|
||||
"homepage": "http://namniak.github.io/CanvasTextWrapper/",
|
||||
@@ -12,5 +12,9 @@
|
||||
"author": "Vadim Namniak <vnamnyak@gmail.com> (https://github.com/namniak)",
|
||||
"bugs": {
|
||||
"url": "https://github.com/namniak/CanvasTextWrapper/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt-contrib-uglify": "^0.9.1",
|
||||
"uglify-save-license": "^0.4.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user