Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 27, 2022
1 parent 68c25b6 commit 542140c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -51,8 +51,8 @@
}
},
"dependencies": {
"@vueuse/shared": "workspace:*",
"@vueuse/metadata": "workspace:*",
"@vueuse/shared": "workspace:*",
"vue-demi": "*"
}
}
6 changes: 3 additions & 3 deletions packages/metadata/package.json
Expand Up @@ -14,6 +14,9 @@
},
"funding": "https://github.com/sponsors/antfu",
"author": "Anthony Fu <https://github.com/antfu>",
"files": [
"index.*"
],
"exports": {
".": {
"import": "./index.mjs",
Expand All @@ -26,9 +29,6 @@
"types": "./index.d.ts",
"module": "./index.mjs",
"sideEffects": false,
"files": [
"index.*"
],
"scripts": {
"prepare": "esno scripts/prepare.ts"
},
Expand Down

0 comments on commit 542140c

Please sign in to comment.