Skip to content

Commit d7ca4e2

Browse files
committed
Updates package.json version
1 parent bfd59db commit d7ca4e2

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

yarn-error.log

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
Arguments:
2+
/home/dbeck/.local/bin/node /usr/share/yarn/bin/yarn.js publish
3+
4+
PATH:
5+
/home/dbeck/.local/bin:/home/dbeck/.yarn/bin:/home/dbeck/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
6+
7+
Yarn version:
8+
1.12.3
9+
10+
Node version:
11+
10.9.0
12+
13+
Platform:
14+
linux x64
15+
16+
Trace:
17+
Error: canceled
18+
at Interface.<anonymous> (/usr/share/yarn/lib/cli.js:125278:13)
19+
at Interface.emit (events.js:182:13)
20+
at Interface._ttyWrite (readline.js:783:16)
21+
at ReadStream.onkeypress (readline.js:168:10)
22+
at ReadStream.emit (events.js:182:13)
23+
at emitKeys (internal/readline.js:422:14)
24+
at emitKeys.next (<anonymous>)
25+
at ReadStream.onData (readline.js:1022:36)
26+
at ReadStream.emit (events.js:182:13)
27+
at addChunk (_stream_readable.js:283:12)
28+
29+
npm manifest:
30+
{
31+
"name": "vue-default-scroll",
32+
"version": "1.1.0",
33+
"description": "A scroll behavior for the vue-router that does what you would expect -- scrolls to the top, or a hash, or a saved position.",
34+
"main": "/dist/index.js",
35+
"repository": "https://github.com/wakecoder/vue-default-scroll.git",
36+
"author": "wakecoder",
37+
"license": "MIT",
38+
"private": false,
39+
"scripts": {
40+
"build": "tsc"
41+
},
42+
"dependencies": {
43+
"vue": "^2.6.10",
44+
"vue-router": "^3.1.3"
45+
},
46+
"devDependencies": {
47+
"typescript": "^3.7.2"
48+
}
49+
}
50+
51+
yarn manifest:
52+
No manifest
53+
54+
Lockfile:
55+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
56+
# yarn lockfile v1
57+
58+
59+
typescript@^3.7.2:
60+
version "3.7.2"
61+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
62+
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
63+
64+
vue-router@^3.1.3:
65+
version "3.1.3"
66+
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.1.3.tgz#e6b14fabc0c0ee9fda0e2cbbda74b350e28e412b"
67+
integrity sha512-8iSa4mGNXBjyuSZFCCO4fiKfvzqk+mhL0lnKuGcQtO1eoj8nq3CmbEG8FwK5QqoqwDgsjsf1GDuisDX4cdb/aQ==
68+
69+
vue@^2.6.10:
70+
version "2.6.10"
71+
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.10.tgz#a72b1a42a4d82a721ea438d1b6bf55e66195c637"
72+
integrity sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==

0 commit comments

Comments
 (0)