File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,6 @@ yarn-error.log*
1919* .njsproj
2020* .sln
2121* .sw ?
22+
23+ # Misc
2224.ghnpmpkgtoken
23- build
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 "name" : " vue-beautiful-chat" ,
33 "version" : " 2.4.1" ,
44 "description" : " A simple and beautiful Vue chat component backend agnostic." ,
5- "main" : " ./src/index .js" ,
5+ "main" : " ./dist/vue-beautiful-chat.umd.min .js" ,
66 "repository" : " https://github.com/mattmezza/vue-beautiful-chat.git" ,
77 "author" : " Matteo Merola <mattmezza@gmail.com>" ,
88 "license" : " MIT" ,
1212 "watch" : " npm run build -- --watch" ,
1313 "prepublishOnly" : " npm run build"
1414 },
15+ "files" : [
16+ " dist/*"
17+ ],
1518 "dependencies" : {
1619 "autolinker" : " ^1.8.3" ,
1720 "emoji-js" : " ^3.4.0" ,
Original file line number Diff line number Diff line change 11import Launcher from './Launcher.vue'
22import VTooltip from 'v-tooltip'
33
4- const defaultComponentName = 'beautiful-chat '
4+ const defaultComponentName = 'BeautifulChat '
55
66const Plugin = {
77 install ( Vue , options = { } ) {
You can’t perform that action at this time.
0 commit comments