An open API service indexing awesome lists of open source software.

https://github.com/hypercubed/jspm-issue

Example of unexpected behavior in jspm
https://github.com/hypercubed/jspm-issue

Last synced: over 1 year ago
JSON representation

Example of unexpected behavior in jspm

Awesome Lists containing this project

README

          

# Steps to reproduce unexpected behavior

```
cd sub
jspm install
jspm link github:sub@dev
cd ../main
jspm install
jspm install --link github:sub
```

* `"sub": "github:sub@dev"` is added to `main/config.js` as expected.
* However, neither `another` (as specified in `main/package.json` `jspm.map` section) nor `other` (as specified in `sub/package.json` `jspm.map` section) are added to `main/config.js`.
* In addition `other` is not added to `sub/config.js`.

Tested with jspm version 0.15.6.