- Update npm to v1.4.6
This release is the same as 0.2.6. From this point onwards:
0.3.x releases will be compatible only with node 0.10.x 0.2.x releases will be compatible only with node 0.8.x
- Revert change that broke compability with node 0.8.x
- Make rnpm compatible with node 0.10.x
- Update dependencies.
- Use
junction
symlink type on Windows.
- Properly store
devDependencies
on.rnpm/package.json
.
- Use relative symlinks for
node_modules
.
- Create missing symlink even if
.rnpm
already exists.
- Use a consistent logging format.
- Switch to new install strategy.
- Add strict mode.
- Add normalize command.
- Add update-dep command.
- Handle devDependencies.
- Fix silly version reading bug.
- Fix broken command line interface.
- Improve readme.
- Split analyze and install.
- Initial version.