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
- Host: GitHub
- URL: https://github.com/hypercubed/jspm-issue
- Owner: Hypercubed
- Created: 2015-05-16T00:03:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T00:03:41.000Z (about 11 years ago)
- Last Synced: 2025-02-04T13:19:49.082Z (over 1 year ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.