Skip to content

Commit

Permalink
3.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geongeorge committed Oct 10, 2020
1 parent f1ffc7c commit 03374b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "canvas-txt",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"description": "Render multiline textboxes in HTML5 canvas with auto line breaks and better alignment system",
"main": "build/index.js",
"files": ["build"],
"files": [
"build"
],
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --content-base public",
Expand Down

0 comments on commit 03374b5

Please sign in to comment.