Merge branch 'feature/optimize-build-releases-by-compiling-rust-code-only-once' into dev
No related branches found
No related tags found
Showing
- neon/build.sh 1 addition, 1 deletionneon/build.sh
- package.json 2 additions, 2 deletionspackage.json
- release/arch/arm/build-arm.sh 5 additions, 2 deletionsrelease/arch/arm/build-arm.sh
- release/arch/linux/build-lin.sh 2 additions, 4 deletionsrelease/arch/linux/build-lin.sh
- release/docker/Dockerfile 2 additions, 1 deletionrelease/docker/Dockerfile
... | @@ -119,11 +119,11 @@ | ... | @@ -119,11 +119,11 @@ |
"@types/node": "13.9.8", | "@types/node": "13.9.8", | ||
"@types/should": "8.3.0", | "@types/should": "8.3.0", | ||
"@types/ws": "^5.1.2", | "@types/ws": "^5.1.2", | ||
"husky": ">=4", | |||
"lint-staged": ">=10", | |||
"coveralls": "3.0.11", | "coveralls": "3.0.11", | ||
"eslint": "6.8.0", | "eslint": "6.8.0", | ||
"eslint-plugin-mocha": "6.3.0", | "eslint-plugin-mocha": "6.3.0", | ||
"husky": ">=4", | |||
"lint-staged": ">=10", | |||
"mocha": "3.4.2", | "mocha": "3.4.2", | ||
"mocha-eslint": "0.1.7", | "mocha-eslint": "0.1.7", | ||
"nyc": "^11.0.3", | "nyc": "^11.0.3", | ||
... | ... |
Please register or sign in to comment