sunmi-bridge
Advanced tools
| 37 error Error: Command failed: git push --follow-tags --no-verify origin master | ||
| 37 error GitLab: You are not allowed to push code to this project. | ||
| 37 error fatal: Could not read from remote repository. | ||
| 37 error | ||
| 37 error Please make sure you have the correct access rights | ||
| 37 error and the repository exists. | ||
| 37 error | ||
| 37 error at makeError (/Users/guoyongjie/.npm/_npx/11023/lib/node_modules/lerna/node_modules/execa/index.js:174:9) | ||
| 37 error at Promise.all.then.arr (/Users/guoyongjie/.npm/_npx/11023/lib/node_modules/lerna/node_modules/execa/index.js:278:16) |
| { | ||
| "packages": [ | ||
| "." | ||
| ], | ||
| "version": "1.1.0" | ||
| } |
+7
-4
| { | ||
| "name": "sunmi-bridge", | ||
| "version": "1.0.0", | ||
| "version": "1.1.0", | ||
| "description": "this is a javascript bridge", | ||
@@ -14,11 +14,14 @@ "main": "index.js", | ||
| }, | ||
| "typings": "dist/index.d.ts", | ||
| "author": "billzhang", | ||
| "license": "ISC", | ||
| "devDependencies": { | ||
| "typescript": "^3.3.4000", | ||
| "@types/ua-parser-js": "^0.7.32" | ||
| "@types/ua-parser-js": "^0.7.32", | ||
| "lerna": "^3.13.1", | ||
| "typescript": "^3.3.4000" | ||
| }, | ||
| "dependencies": { | ||
| "ua-parser-js": "^0.7.19" | ||
| } | ||
| }, | ||
| "gitHead": "9836750c32c592e0b16fef5481562e25bd498ede" | ||
| } |
6754
12.21%7
40%179
3.47%3
50%