Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Diange committed Jul 26, 2019
1 parent 7e0dd7e commit 01483be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-downloadfile",
"version": "0.1.1",
"version": "1.0.0",
"description": "Cypress custom command to download files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
7 changes: 1 addition & 6 deletions src/addPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,4 @@ export function downloadFile(args) {
resolve(body);
});
});
}


// export function downloadpdfPlugin(on) {
// on('task', { downloadPdf })
// }
}

0 comments on commit 01483be

Please sign in to comment.