Skip to content

Commit 0964bcc

Browse files
committed
chore: update package.json to include additional files for distribution
1 parent 28c7faa commit 0964bcc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@impulselab/testing",
33
"version": "0.0.3",
4+
"files": [
5+
"dist/",
6+
"bin/",
7+
"README.md",
8+
"LICENSE.md"
9+
],
410
"description": "E2E testing library with Puppeteer for browser automation",
511
"type": "module",
612
"main": "./dist/cli/index.js",

0 commit comments

Comments
 (0)