Skip to content

(fix): Bump dev dependency version so native Mac build doesn't fail - fixes #1511

Guy Thouret requested to merge fix/1511-native-mac-fail into master

I bumped @angular-devkit/build-angular dev dependency from ~0.12.1 to ~0.13.9 to prevent npm install failing when pulling in node-sass 4.10.0 which doesn't build on Mac OS.

Merge request reports