I have a jspm project which depends on angular-nvd3. After correctly configuring the override for the angular-nvd3 project, my project is using the angular-nvd3 library with no issues. However, I have a second jspm project which requires my first jspm project as a dependency. When I run a "jspm install" on my second project, the override for angular-nvd3 is no longer persisted when the library is installed, and angular-nvd3 is installed as if there was no override information provided. How can I configure the override in my first jspm project so that the override persists when running "jspm install" in my second project?