File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @ant-design-vue/nuxt" ,
3- "version" : " 1.0.0" ,
3+ "version" : " 1.0.0-beta.2 " ,
44 "description" : " ant-design-vue-nuxt module" ,
55 "repository" : " vueComponent/ant-design-vue-nuxt" ,
66 "license" : " MIT" ,
2323 "dev:build" : " nuxi build playground" ,
2424 "dev:prepare" : " nuxt-module-build --stub && nuxi prepare playground" ,
2525 "release" : " npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags" ,
26+ "changelog" : " changelogen --release --prerelease --output CHANGELOG.md" ,
2627 "lint" : " eslint ." ,
2728 "test" : " vitest run" ,
2829 "test:watch" : " vitest watch"
4748 "nuxt" : " ^3.5.1" ,
4849 "vitest" : " ^0.31.1"
4950 }
50- }
51+ }
Original file line number Diff line number Diff line change 1- import { defineNuxtModule , createResolver } from '@nuxt/kit'
1+ import { defineNuxtModule } from '@nuxt/kit'
22import { libraryName , defaults } from "./config"
33import { resolveComponents , resolveImports } from "./core"
44import { Options } from './types'
You can’t perform that action at this time.
0 commit comments