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 018e553 commit 5ff3644Copy full SHA for 5ff3644
.npmignore
@@ -0,0 +1,16 @@
1
+/.vscode/
2
+/.idea/
3
+/script/
4
+/src/tests/
5
+
6
+/dist/**/*.report.html
7
8
+/examples/
9
+/public/
10
11
+tsconfig.json
12
+tsconfig.tsbuildinfo
13
+babel.config.cjs
14
+jest.config.cjs
15
16
+*.tgz
package.json
@@ -1,7 +1,6 @@
{
"name": "@aislamov/diffusers.js",
"version": "0.9.0",
- "private": false,
"license": "MIT",
"author": {
"name": "Arthur Islamov",
@@ -30,7 +29,7 @@
30
29
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest",
31
"lint": "eslint --ext .ts,.tsx src"
32
},
33
- "main": "dist/index.js",
+ "main": "dist/index.cjs",
34
"exports": {
35
".": {
36
"node": {
0 commit comments