chore: add files array to package.json
This commit is contained in:
10
package.json
10
package.json
@@ -9,5 +9,13 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.0.0",
|
"eslint": "^8.0.0",
|
||||||
"jest": "^29.0.0"
|
"jest": "^29.0.0"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
".gitignore",
|
||||||
|
"README.md",
|
||||||
|
"src/index.js",
|
||||||
|
"tests/unit/hello.test.js",
|
||||||
|
"tests/integration/hello.integration.test.js",
|
||||||
|
"tests/e2e/hello.e2e.test.js"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user