diff --git a/package.json b/package.json index 96b2b67..cbdb9e4 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "split-type", - "version": "0.2.4", + "version": "0.2.5", "description": "A javascript library that splits plain text into individual lines, words, and characters.", - "main": "dist/index.js", + "main": "umd/index.js", + "module": "dist/index.js", "types": "lib/index.d.ts", "unpkg": "umd/index.min.js", "files": [