We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167044f commit 56f9ed3Copy full SHA for 56f9ed3
1 file changed
package.json
@@ -33,7 +33,8 @@
33
],
34
"main": "./dist/index.js",
35
"files": [
36
- "dist"
+ "dist",
37
+ "src"
38
39
"scripts": {
40
"docs": "rm -rf docs/ && typedoc src/index.ts",
0 commit comments