Skip to content

Commit

Permalink
fix: change main in package.json to support commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Feb 16, 2020
1 parent 3ebda0c commit 7252fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "select2-react-component",
"version": "5.8.0",
"description": "A reactjs select component.",
"main": "dist/index.js",
"main": "dist/select2-react-component.min.js",
"module": "dist/index.js",
"unpkg": "dist/select2-react-component.min.js",
"jsdelivr": "dist/select2-react-component.min.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "select2-vue-component",
"version": "5.8.0",
"description": "A vuejs select component.",
"main": "dist/index.js",
"main": "dist/select2-vue-component.min.js",
"module": "dist/index.js",
"unpkg": "dist/select2-vue-component.min.js",
"jsdelivr": "dist/select2-vue-component.min.js",
Expand Down

0 comments on commit 7252fb2

Please sign in to comment.