Skip to content

Commit

Permalink
Set proper paths in package.json to the compiled version
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Nov 28, 2015
1 parent c2d64da commit 495c919
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "tus-js-client",
"version": "1.1.0",
"version": "1.1.1",
"description": "A pure JavaScript client for the tus resumable upload protocol",
"browser": "lib/index.js",
"browser": "dist/tus.js",
"main": "dist/tus.js",
"repository": {
"type": "git",
"url": "https://github.com/tus/tus-js-client.git"
Expand Down

0 comments on commit 495c919

Please sign in to comment.