Skip to content

Commit

Permalink
Use unpkg field with unminified in main field
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Mar 11, 2019
1 parent 4088925 commit 955770f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -2,8 +2,9 @@
"name": "@tippy.js/react",
"version": "2.1.1",
"description": "React component for Tippy.js",
"main": "./umd/index.min.js",
"main": "./umd/index.js",
"module": "./esm/index.js",
"unpkg": "./umd/index.min.js",
"types": "index.d.ts",
"sideEffects": false,
"scripts": {
Expand Down

0 comments on commit 955770f

Please sign in to comment.