"src/main/git@gitlab-ssh.irstea.fr:SimAquaLife/PikeLake.git" did not exist on "90fc63ed2caf334bdc4f2830a05aff4e8bc4d186"
Missing peerDependency.
Showing
+3 -2
... | ... | @@ -17,12 +17,13 @@ |
"ci-publish": "^1.3.1" | ||
}, | ||
"peerDependencies": { | ||
"typescript": ">=2.9.0", | ||
"prettier": "^1.15.0", | ||
"prettier-tslint": "^0.4.2", | ||
"rxjs-tslint-rules": "^4.10", | ||
"tslint": "^5.9.1", | ||
"tslint-config-prettier": "^1.15.0", | ||
"tslint-plugin-prettier": "^2.0.1" | ||
"tslint-defocus": "^2.0.6", | ||
"tslint-plugin-prettier": "^2.0.1", | ||
"typescript": ">=2.9.0" | ||
} | ||
} |
Please register or sign in to comment