mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
use git+ssh links in package.json
this will try to fix the yarn error Couldn't find the binary git see https://github.com/yarnpkg/yarn/issues/2083
This commit is contained in:
parent
74ebdb029b
commit
63214f1aeb
18
package.json
18
package.json
@ -21,7 +21,7 @@
|
||||
"eslint": "~6.8.0",
|
||||
"eslint-config-standard": "~14.1.1",
|
||||
"eslint-plugin-import": "~2.20.1",
|
||||
"eslint-plugin-lint-erb": "https://github.com/sleede/eslint-plugin-lint-erb",
|
||||
"eslint-plugin-lint-erb": "git+ssh://git@github.com:sleede/eslint-plugin-lint-erb.git",
|
||||
"eslint-plugin-node": "~11.0.0",
|
||||
"eslint-plugin-promise": "~4.2.1",
|
||||
"eslint-plugin-standard": "~4.0.1",
|
||||
@ -37,19 +37,19 @@
|
||||
"@fortawesome/fontawesome-free": "5.14.0",
|
||||
"@rails/webpacker": "5.2.1",
|
||||
"@uirouter/angularjs": "0.4",
|
||||
"AngularDevise": "https://github.com/cloudspace/angular_devise.git#1.0.2",
|
||||
"AngularDevise": "git+ssh://git@github.com:cloudspace/angular_devise.git#1.0.2",
|
||||
"angular": "1.8",
|
||||
"angular-animate": "1.7",
|
||||
"angular-aside": "1.3",
|
||||
"angular-base64-upload": "^0.0.9",
|
||||
"angular-bootstrap-switch": "https://github.com/sleede/angular-bootstrap-switch.git#develop",
|
||||
"angular-bootstrap-switch": "git+ssh://git@github.com:sleede/angular-bootstrap-switch.git#develop",
|
||||
"angular-cookies": "1.7",
|
||||
"angular-google-analytics": "1.1",
|
||||
"angular-growl-v2": "https://github.com/JanStevens/angular-growl-2.git#0.7.9",
|
||||
"angular-growl-v2": "git+ssh://git@github.com:JanStevens/angular-growl-2.git#0.7.9",
|
||||
"angular-i18n": "1.7",
|
||||
"angular-loading-bar": "^0.9.0",
|
||||
"angular-medium-editor": "https://github.com/thijsw/angular-medium-editor.git#0.1.1",
|
||||
"angular-minicolors": "https://github.com/kaihenzler/angular-minicolors.git#0.0.5",
|
||||
"angular-medium-editor": "git+ssh://git@github.com:thijsw/angular-medium-editor.git#0.1.1",
|
||||
"angular-minicolors": "git+ssh://git@github.com:kaihenzler/angular-minicolors.git#0.0.5",
|
||||
"angular-moment": "1.3",
|
||||
"angular-recaptcha": "^4.2.0",
|
||||
"angular-resource": "1.7",
|
||||
@ -63,7 +63,7 @@
|
||||
"angular-ui-bootstrap": "1.2.5",
|
||||
"angular-ui-calendar": "^1.0.2",
|
||||
"angular-ui-codemirror": "^0.3.0",
|
||||
"angular-ui-tour": "https://github.com/sleede/angular-ui-tour.git#master",
|
||||
"angular-ui-tour": "git+ssh://git@github.com:sleede/angular-ui-tour.git#master",
|
||||
"angular-unsavedchanges": "0.2",
|
||||
"angular-xeditable": "0.10",
|
||||
"bootstrap-sass": "3.4.1",
|
||||
@ -79,8 +79,8 @@
|
||||
"medium-editor": "4.4.0",
|
||||
"moment": "2.22",
|
||||
"moment-timezone": "0.5",
|
||||
"ng-caps-lock": "https://github.com/FabioMR/ng-caps-lock.git#1.0.3",
|
||||
"ng-fittext": "https://github.com/patrickmarabeas/ng-FitText.js.git#4.1.1",
|
||||
"ng-caps-lock": "git+ssh://git@github.com:FabioMR/ng-caps-lock.git#1.0.3",
|
||||
"ng-fittext": "git+ssh://git@github.com:patrickmarabeas/ng-FitText.js.git#4.1.1",
|
||||
"ngUpload": "0.5",
|
||||
"nvd3": "1.8",
|
||||
"summernote": "0.8.18",
|
||||
|
Loading…
Reference in New Issue
Block a user