Skip to content

Commit

Permalink
chore: update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 7, 2022
1 parent 09be6ee commit 8030896
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 deletions packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,38 @@
"name": "@vueuse/math",
"version": "7.5.5",
"description": "Math functions for VueUse",
"keywords": [
"vue",
"vue-use",
"math",
"utils"
],
"license": "MIT",
"author": "Jacob Clevenger<https://github.com/wheatjs>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/vueuse/vueuse/tree/main/packages/math#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vueuse/vueuse.git",
"directory": "packages/math"
},
"funding": "https://github.com/sponsors/antfu",
"main": "./index.cjs",
"module": "./index.mjs",
"types": "./index.d.ts",
"unpkg": "./index.iife.min.js",
"jsdelivr": "./index.iife.min.js",
"bugs": {
"url": "https://github.com/vueuse/vueuse/issues"
},
"keywords": [
"vue",
"vue-use",
"math",
"utils"
],
"sideEffects": false,
"exports": {
".": {
"import": "./index.mjs",
"types": "./index.d.ts",
"require": "./index.cjs",
"types": "./index.d.ts"
"import": "./index.mjs"
},
"./*": "./*"
},
"sideEffects": false,
"bugs": {
"url": "https://github.com/vueuse/vueuse/issues"
},
"homepage": "https://github.com/vueuse/vueuse/tree/main/packages/math#readme",
"main": "./index.cjs",
"module": "./index.mjs",
"unpkg": "./index.iife.min.js",
"jsdelivr": "./index.iife.min.js",
"types": "./index.d.ts",
"dependencies": {
"@vueuse/shared": "workspace:*",
"vue-demi": "*"
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8030896

Please sign in to comment.