Skip to content

Commit

Permalink
chore: set module, unpkg, jsdelivr file path
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Mar 21, 2018
1 parent edcefa5 commit 9a4ef4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "5.2.0",
"description": "A reactjs select component.",
"main": "dist/index.js",
"module": "dist/index.js",
"unpkg": "dist/select2-react-component.min.js",
"jsdelivr": "dist/select2-react-component.min.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "5.2.0",
"description": "A vuejs select component.",
"main": "dist/index.js",
"module": "dist/index.js",
"unpkg": "dist/select2-vue-component.min.js",
"jsdelivr": "dist/select2-vue-component.min.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9a4ef4b

Please sign in to comment.