-
-
Notifications
You must be signed in to change notification settings - Fork 996
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package.json, bower.json, jsdelivr support
- Loading branch information
Damian Dulisz
committed
Jul 31, 2016
1 parent
17a37cc
commit 865fda6
Showing
7 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "vue-multiselect", | ||
"description": "Multiselect component for vue.js", | ||
"main": "./lib/vue-multiselect.js", | ||
"main": "./lib/vue-multiselect.min.js", | ||
"authors": [ | ||
"Damian Dulisz <[email protected]>" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ | |
"author": "Damian Dulisz <[email protected]>", | ||
"private": false, | ||
"license": "MIT", | ||
"main": "lib/vue-multiselect.js", | ||
"jsnext:main": "lib/vue-multiselect.js", | ||
"main": "lib/vue-multiselect.min.js", | ||
"jsnext:main": "lib/vue-multiselect.min.js", | ||
"jspm": { | ||
"main": "lib/vue-multiselect.js", | ||
"main": "lib/vue-multiselect.min.js", | ||
"registry": "npm", | ||
"format": "esm" | ||
}, | ||
|