diff --git a/.gitignore b/.gitignore index 7127923..17e0763 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ lib/font/tables/.DS_Store /node_modules/ /tests/ node-zlib/ -src/ \ No newline at end of file +src/ +playground/ \ No newline at end of file diff --git a/.npmignore b/.npmignore index 21ec5cd..520a23b 100644 --- a/.npmignore +++ b/.npmignore @@ -3,4 +3,5 @@ node-modules/ demo/ src/ lib/ +playground/ index.js \ No newline at end of file diff --git a/package.json b/package.json index 66a3eae..6a988ff 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "document", "vector" ], - "version": "0.4.0", + "version": "0.4.1", "homepage": "http://pdfkit.org/", "author": { "name": "Devon Govett",