Skip to content

Commit 0f24259

Browse files
add main entry to package.json (#72)
1 parent dba8c17 commit 0f24259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"./enums": "./dist/esm/utils/enums.js",
1212
".": "./dist/esm/constrainedEditor.js"
1313
},
14+
"main": "./dist/esm/constrainedEditor.js",
1415
"scripts": {
1516
"test": "./node_modules/.bin/live-server --entry-file=./test/index.html --port=6060 --open=/?random=false",
1617
"commit": "git-cz",

0 commit comments

Comments
 (0)