Skip to content

Commit 3a9950c

Browse files
committed
updated package.json
1 parent 8b3748e commit 3a9950c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "node-i2djs",
33
"version": "1.0.0",
44
"description": "I2Djs graphics module for Node",
5-
"main": "index.js",
5+
"module": "./src/main.js",
6+
"main": "./dist/node-i2d.js",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},

0 commit comments

Comments
 (0)