Skip to content

Commit

Permalink
fix(build): add unpkg and jsdelivr fields to package.json (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw authored and aleclarson committed Jun 7, 2019
1 parent f247d60 commit fa1f5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -4,6 +4,8 @@
"description": "Create your next immutable state by mutating the current one",
"main": "dist/immer.js",
"umd:main": "dist/immer.umd.js",
"unpkg": "dist/immer.umd.js",
"jsdelivr": "dist/immer.umd.js",
"module": "dist/immer.module.js",
"jsnext:main": "dist/immer.module.js",
"react-native": "dist/immer.module.js",
Expand Down

0 comments on commit fa1f5e6

Please sign in to comment.