8000 chore: update repo url · AlbertBrand/vue-function-api@144afac · GitHub
[go: up one dir, main page]

Skip to content

Commit 144afac

Browse files
committed
chore: update repo url
1 parent 39a023d commit 144afac

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"pub": "npm publish"
2525
},
2626
"bugs": {
27-
"url": "https://github.com/liximomo/vue-function-api/issues"
27+
"url": "https://github.com/vuejs/vue-function-api/issues"
2828
},
29-
"homepage": "https://github.com/liximomo/vue-function-api#readme",
29+
"homepage": "https://github.com/vuejs/vue-function-api#readme",
3030
"devDependencies": {
3131
"@types/jest": "^24.0.13",
3232
"@types/node": "^12.0.2",

yarn.lock

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,15 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
804804
resolved "https://registry.npm.taobao.org/core-util-is/download/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
805805
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
806806

807-
cross-spawn@^6.0.0:
807+
cross-env@^5.2.0:
808+
version "5.2.0"
809+
resolved "https://registry.npm.taobao.org/cross-env/download/cross-env-5.2.0.tgz#6ecd4c015d5773e614039ee529076669b9d126f2"
810+
integrity sha1-bs1MAV1Xc+YUA57lKQdmabnRJvI=
811+
dependencies:
812+
cross-spawn "^6.0.5"
813+
is-windows "^1.0.0"
814+
815+
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
808816
version "6.0.5"
809817
resolved "https://registry.npm.taobao.org/cross-spawn/download/cross-spawn-6.0.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcross-spawn%2Fdownload%2Fcross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
810818
integrity sha1-Sl7Hxk364iw6FBJNus3uhG2Ay8Q=
@@ -1581,7 +1589,7 @@ is-typedarray@~1.0.0:
15811589
resolved "https://registry.npm.taobao.org/is-typedarray/download/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
15821590
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
15831591

1584-
is-windows@^1.0.2:
1592+
is-windows@^1.0.0, is-windows@^1.0.2:
15851593
version "1.0.2"
15861594
resolved "https://registry.npm.taobao.org/is-windows/download/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
15871595
integrity sha1-0YUOuXkezRjmGCzhKjDzlmNLsZ0=
@@ -3575,11 +3583,6 @@ verror@1.10.0:
35753583
core-util-is "1.0.2"
35763584
extsprintf "^1.2.0"
35773585

3578-
vue@^2.0.0:
3579-
version "2.6.10"
3580-
resolved "https://registry.npm.taobao.org/vue/download/vue-2.6.10.tgz#a72b1a42a4d82a721ea438d1b6bf55e66195c637"
3581-
integrity sha1-pysaQqTYKnIepDjRtr9V5mGVxjc=
3582-
35833586
w3c-hr-time@^1.0.1:
35843587
version "1.0.1"
35853588
resolved "https://registry.npm.taobao.org/w3c-hr-time/download/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045"

0 commit comments

Comments
 (0)
0