Skip to content

Commit b439624

Browse files
committed
fix: delete resolver
1 parent 964e29d commit b439624

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -23,6 +23,7 @@
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"
@@ -47,4 +48,4 @@
4748
"nuxt": "^3.5.1",
4849
"vitest": "^0.31.1"
4950
}
50-
}
51+
}

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineNuxtModule, createResolver } from '@nuxt/kit'
1+
import { defineNuxtModule } from '@nuxt/kit'
22
import { libraryName,defaults } from "./config"
33
import { resolveComponents,resolveImports } from "./core"
44
import { Options } from './types'

0 commit comments

Comments
 (0)