Skip to content

Commit

Permalink
fix: change package.main to UMD bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
lukePeavey committed Apr 5, 2021
1 parent 9616bba commit 5f0b994
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 5f0b994

Please sign in to comment.