Skip to content

Commit 82357cf

Browse files
authored
Merge branch 'master' into fix-combine-with-all-errors
2 parents aeb3cdf + 20a12ef commit 82357cf

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

.npmignore

-17
This file was deleted.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",
77
"types": "dist/index.d.ts",
8+
"files": [
9+
"dist"
10+
],
811
"scripts": {
912
"test": "jest && npm run test-types",
1013
"test-types": "tsc --noEmit -p ./tests/tsconfig.tests.json",

0 commit comments

Comments
 (0)