Skip to content

Commit

Permalink
Merge pull request #243 from Graphmaxer/patch-1
Browse files Browse the repository at this point in the history
Update package.json to exports itself
  • Loading branch information
thysultan authored Dec 2, 2020
2 parents e329ed5 + 4e5bc8b commit e8afd5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"react-native": "./index.js",
"exports": {
"import": "./index.js",
"require": "./dist/umd/stylis.js"
"require": "./dist/umd/stylis.js",
"./package.json": "./package.json"
},
"files": [
"index.js",
Expand Down

0 comments on commit e8afd5c

Please sign in to comment.