Skip to content

Commit

Permalink
fix npm package (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
luaVolk committed Dec 7, 2018
1 parent 0a169b1 commit 32a4483
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "textifier",
"version": "1.1.0",
"version": "1.2.0",
"description": "Convert images to text in your browser",
"homepage": "https://github.com/TemplarVolk/textifier",
"author": "Volk <[email protected]>",
"license": "MIT",
"browser": "./dist/textifier.min.js",
"browser": "textifier.js",
"repository": {
"type": "git",
"url": "https://github.com/TemplarVolk/textifier.git"
Expand All @@ -19,8 +19,7 @@
"canvas"
],
"files": [
"textifier.js",
"./dist/textifier.min.js"
"textifier.js"
],
"bugs": {
"url": "https://github.com/TemplarVolk/textifier/issues"
Expand Down

0 comments on commit 32a4483

Please sign in to comment.