Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 2dfc866

Browse files
committed
chore(lerna): publishing package
1 parent 255b658 commit 2dfc866

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

lerna-debug.log

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
15 error Error: Command failed: git remote update
2+
15 error ssh_dispatch_run_fatal: Connection to 52.74.223.119 port 22: Operation timed out
3+
15 error fatal: Could not read from remote repository.
4+
15 error
5+
15 error Please make sure you have the correct access rights
6+
15 error and the repository exists.
7+
15 error error: Could not fetch origin
8+
15 error
9+
15 error Fetching origin
10+
15 error
11+
15 error at makeError (/Users/jonathanbakebwa/Github/kiwi/node_modules/execa/index.js:174:9)
12+
15 error at Function.module.exports.sync (/Users/jonathanbakebwa/Github/kiwi/node_modules/execa/index.js:338:15)
13+
15 error at Object.execSync (/Users/jonathanbakebwa/Github/kiwi/node_modules/@lerna/child-process/index.js:26:16)
14+
15 error at updateRemote (/Users/jonathanbakebwa/Github/kiwi/node_modules/@lerna/version/lib/is-behind-upstream.js:26:16)
15+
15 error at isBehindUpstream (/Users/jonathanbakebwa/Github/kiwi/node_modules/@lerna/version/lib/is-behind-upstream.js:11:3)
16+
15 error at VersionCommand.initialize (/Users/jonathanbakebwa/Github/kiwi/node_modules/@lerna/version/index.js:150:9)

packages/kiwi-core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"dependencies": {
1818
"breadstick": "^0.1.17",
1919
"color": "^3.1.2",
20-
"lodash-es": "^4.17.15"
20+
"lodash-es": "^4.17.15",
21+
"vue-styled-components": "git+https://github.com/codebender828/vsc.git"
2122
},
2223
"peerDependencies": {
2324
"velocity-animate": "^1.5.2",
24-
"vue": "^2.6.10",
25-
"vue-styled-components": "git+https://github.com/codebender828/vsc.git"
25+
"vue": "^2.6.10"
2626
},
2727
"devDependencies": {
2828
"core-js": "^3.4.5"
2929
},
3030
"gitHead": "3edafd2f90f3aa3c5a44ec9f5b0e960430caaad0"
31-
}
31+
}

0 commit comments

Comments
 (0)