File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ build_script:
1919
2020after_build :
2121 # Copy anything that goes into the final package into '/package'
22- - sh : mkdir -p package && cp dist/*.js dist/*.css index.js src/components/*.vue package.json LICENSE README.md package
22+ - sh : mkdir -p package && cp dist/*.js dist/*.css index.js package.json LICENSE README.md package
23+ - sh : mkdir -p package/components && cp src/components/*.vue package/components
24+ - sh : mkdir -p package/mixins && cp src/mixins/*.js package/mixins
2325 # Zip up the package files, along with the .map files for debugging
2426 - sh : 7z a -tzip artifacts.zip ./package/* ./dist/*.map
2527
Original file line number Diff line number Diff line change 22// This way users of the package can make sure it is
33// transpiled to match their requirements, and don't need
44// to separately include js and css files.
5- import TreeView from './TreeView.vue' ;
5+ import TreeView from './components/ TreeView.vue' ;
66export default TreeView ;
Original file line number Diff line number Diff line change 33 "description" : " Yet another Vue treeview component." ,
44 "author" : " Gregg Rapoza <grapoza@gmail.com>" ,
55 "license" : " MIT" ,
6- "version" : " 1.2.0 " ,
6+ "version" : " 1.2.1 " ,
77 "browser" : " index.js" ,
88 "repository" : {
99 "url" : " https://github.com/grapoza/vue-tree" ,
You can’t perform that action at this time.
0 commit comments