Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
谢庭 authored and 谢庭 committed Nov 20, 2017
1 parent 9096c5d commit 4e607b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"pull-from-github": "git pull",
"push-to-github": "git add . && git commit -m 'update' && git push",
"npm-publish": "npm publish",
"copy-to-downloader-project": "cp -r ./src/* ../test/src"
"copy-to-downloader-project": "cp -r ./src/* ../PearDownloader.js/src"
},
"author": "Xie Ting Pear Limited",
"license": "ISC",
Expand Down
1 change: 0 additions & 1 deletion src/index.downloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ function PearDownloader(urlStr, token, opts) {
// if (!(self instanceof PearPlayer)) return new PearPlayer(selector, opts);
if (typeof token === 'object') return PearDownloader(urlStr, '', token);
Worker.call(self, urlStr, token, opts);

}

0 comments on commit 4e607b1

Please sign in to comment.