We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b3c77 commit be48d68Copy full SHA for be48d68
‎packages/tasks/package.json‎
@@ -7,6 +7,7 @@
7
"publishConfig": {
8
"access": "public"
9
},
10
+ "sources": "./src/index.ts",
11
"main": "./dist/commonjs/index.js",
12
"module": "./dist/esm/index.js",
13
"types": "./dist/commonjs/index.d.ts",
@@ -39,7 +40,8 @@
39
40
41
"type": "module",
42
"files": [
- "dist"
43
+ "dist",
44
+ "src"
45
],
46
"keywords": [
47
"huggingface",
0 commit comments