Skip to content

Commit

Permalink
update(package): add files property
Browse files Browse the repository at this point in the history
  • Loading branch information
elaichenkov committed Aug 5, 2021
1 parent b426ae6 commit f679e08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "cy-verify-download",
"version": "1.0.0",
"description": "Cypress custom command to wait and verify that file has been downloaded",
"files": [
"src/index.d.ts",
"src/index.js",
"src/is-file-exist.plugin.js"
],
"main": "src",
"types": "src",
"scripts": {
Expand Down

0 comments on commit f679e08

Please sign in to comment.