Skip to content

Commit

Permalink
Update package.json, bower.json, jsdelivr support
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Dulisz committed Jul 31, 2016
1 parent 17a37cc commit 865fda6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
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]>"
],
Expand Down
2 changes: 1 addition & 1 deletion build/webpack.bundle.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ base.entry = {
base.output = {
path: config.bundle.assetsRoot,
publicPath: config.bundle.assetsPublicPath,
filename: 'vue-multiselect.js',
filename: 'vue-multiselect.min.js',
library: 'VueMultiselect',
libraryTarget: 'umd'
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ html(lang="en")
meta(property='og:image', content='http://monterail.github.io/vue-multiselect/static/vue-logo.png')
meta(property='twitter:image', content='http://monterail.github.io/vue-multiselect/static/vue-logo.png')
meta(property='twitter:title', content='Vue-Multiselect | A Vue.js library.')
meta(property='twitter:description', content='Probably the most complete selecting solution for Vue.js, without jQuery.')
meta(property='twitter:description', content='The most complete selecting solution for Vue.js, without jQuery.')
body
include ./partials/_start

Expand Down
1 change: 0 additions & 1 deletion lib/vue-multiselect.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion lib/vue-multiselect.js → lib/vue-multiselect.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/vue-multiselect.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 865fda6

Please sign in to comment.