Skip to content

Commit

Permalink
chore: update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Nov 10, 2022
1 parent f767fcd commit 89a16bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 deletions package.json
@@ -1,23 +1,21 @@
{
"name": "unplugin-starter",
"name": "storybook-vue-addon",
"version": "0.1.0",
"packageManager": "pnpm@7.14.2",
"description": "Register global imports on demand for Vite and Webpack",
"description": "Storybook stories in native Vue format",
"license": "MIT",
"homepage": "https://github.com/antfu/unplugin-starter#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/unplugin-starter.git"
},
"homepage": "https://github.com/tobiasdiez/unplugin-storybook-vue#readme",
"repository": "github:tobiasdiez/unplugin-storybook-vue",
"bugs": {
"url": "https://github.com/antfu/unplugin-starter/issues"
"url": "https://github.com/tobiasdiez/unplugin-storybook-vue/issues"
},
"keywords": [
"vue",
"storybook",
"storybook-addon",
"unplugin",
"vite",
"webpack",
"rollup",
"transform"
"webpack"
],
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -7,7 +7,7 @@ const STORIES_INTERNAL_SUFFIX = '?vue&type=stories'
const STORIES_PUBLIC_SUFFIX = '.stories.vue'

export default createUnplugin<Options>((_options) => ({
name: 'unplugin-starter',
name: 'storybook-vue-addon',
enforce: 'pre',
async resolveId(source, importer, options) {
// logger.debug('resolveId', source)
Expand Down

0 comments on commit 89a16bf

Please sign in to comment.