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 1
1
{
2
2
"name" : " @ant-design-vue/nuxt" ,
3
- "version" : " 1.0.0" ,
3
+ "version" : " 1.0.0-beta.2 " ,
4
4
"description" : " ant-design-vue-nuxt module" ,
5
5
"repository" : " vueComponent/ant-design-vue-nuxt" ,
6
6
"license" : " MIT" ,
23
23
"dev:build" : " nuxi build playground" ,
24
24
"dev:prepare" : " nuxt-module-build --stub && nuxi prepare playground" ,
25
25
"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" ,
26
27
"lint" : " eslint ." ,
27
28
"test" : " vitest run" ,
28
29
"test:watch" : " vitest watch"
47
48
"nuxt" : " ^3.5.1" ,
48
49
"vitest" : " ^0.31.1"
49
50
}
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'
2
2
import { libraryName , defaults } from "./config"
3
3
import { resolveComponents , resolveImports } from "./core"
4
4
import { Options } from './types'
You can’t perform that action at this time.
0 commit comments