Skip to content

Commit cf310aa

Browse files
committed
fix: add files list to the package
1 parent deb0e33 commit cf310aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.0.0-development",
44
"description": "This is an example app used to showcase Cypress.io testing. For a full reference of our documentation, go to docs.cypress.io",
55
"main": "index.js",
6+
"files": [
7+
"app",
8+
"cypress"
9+
],
610
"scripts": {
711
"build": "npm run lint && npm run types && npm run stop-only",
812
"start": "http-server app -c-1",

0 commit comments

Comments
 (0)