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 8b3748e commit 3a9950cCopy full SHA for 3a9950c
package.json
@@ -2,7 +2,8 @@
2
"name": "node-i2djs",
3
"version": "1.0.0",
4
"description": "I2Djs graphics module for Node",
5
- "main": "index.js",
+ "module": "./src/main.js",
6
+ "main": "./dist/node-i2d.js",
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
0 commit comments