Skip to content

Commit 73358ee

Browse files
committed
Set files to publish
1 parent 019759c commit 73358ee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,10 @@
4646
"lint:fix": "eslint --fix src/**.ts",
4747
"benchmark": "ts-node benchmark/benchmark.ts",
4848
"prepublishOnly": "npm run build"
49-
}
49+
},
50+
"files": [
51+
"lib",
52+
"README.md",
53+
"LICENSE"
54+
]
5055
}

0 commit comments

Comments
 (0)