Skip to content

Commit 9c82687

Browse files
committed
Add multiple entrypoints in package.json
1 parent 65e011d commit 9c82687

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "3.0.5",
44
"description": "A React renderer for Sketch.app",
55
"main": "lib/index.js",
6+
"module": "lib/module/index.js",
7+
"sketch": "lib/module/index.sketch.js",
68
"types": "lib/index.d.ts",
79
"license": "MIT",
810
"author": "Jon Gold <[email protected]> (http://jon.gold)",

0 commit comments

Comments
 (0)