File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed
Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1- name : npm publish
1+ name : npm publish release
22on :
33 push :
44 branches :
2121 uses : JS-DevTools/npm-publish@v1
2222 with :
2323 tag : latest
24- package_path : dist
24+ package : dist/package.json
2525 token : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1- name : npm publish
1+ name : npm publish beta
22on :
33 push :
44 branches :
2323 uses : JS-DevTools/npm-publish@v1
2424 with :
2525 tag : beta
26- package_path : dist
26+ package : dist/package.json
2727 token : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11// generated by unplugin-vue-components
22// We suggest you to commit this file into source control
33// Read more: https://github.com/vuejs/core/pull/3399
4- import '@vue/runtime-core'
54
65export { }
76
@@ -45,7 +44,7 @@ declare module '@vue/runtime-core' {
4544 ATimeRangePicker : typeof import ( 'ant-design-vue/es' ) [ 'TimeRangePicker' ]
4645 ATreeSelect : typeof import ( 'ant-design-vue/es' ) [ 'TreeSelect' ]
4746 AUpload : typeof import ( 'ant-design-vue/es' ) [ 'Upload' ]
48- CodeView : typeof import ( ' ./src/components/CodeView.vue' ) [ 'default' ]
47+ CodeView : typeof import ( " ./src/components/CodeView" ) [ 'default' ]
4948 RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
5049 RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
5150 }
Original file line number Diff line number Diff line change 11{
22 "name" : " howuse" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " a simple Vue Composition utils" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
7777 "mitt" : " ^3.0.0" ,
7878 "vite-plugin-dts" : " ^1.6.4"
7979 }
80- }
80+ }
You can’t perform that action at this time.
0 commit comments