Zoltan Kochan
b114bc48b8
fix: pass through to npm a predefined list of commands
...
close #864
2017-10-21 12:14:13 +03:00
zkochan
2ce22d3170
fix(CLI): options are passed through to npm
...
Close #747
2017-05-07 10:58:08 +03:00
zkochan
62f11adc68
fix: ignoring scoped packages installed by other pms
2017-04-28 16:55:45 +03:00
zkochan
1b0db8444e
test: assign modules to variable m alsways
2017-04-26 21:51:58 +03:00
zkochan
b911c35eb2
fix: rewrite packages added by other package managers
...
Close #710
2017-04-24 17:47:30 +03:00
Zoltan Kochan
2c46333107
fix: global installation always works now ( #713 )
...
* fix: global installation always works now
Close #711
* refactor: avoid using `read-pkg-up`
BREAKING CHANGE:
API should be called in the folder that has a package.json file.
pnpm won't search up for a package.json file.
Close #67
* docs(API): update
* refactor: write-pkg created dir on its own
* refactor: rename `globalDir` to `globalPrefix`
* feat: saving the global package in <global prefix>/pnpm-global
2017-04-22 23:11:25 +03:00
zkochan
ddc69abd9f
feat(shrinkwrap): respect shrinkwrap.yaml for top deps
2017-03-04 21:57:39 +02:00
zkochan
4aa3e78e88
fix: use path-exists instead of exists-file
2017-03-02 22:56:56 +02:00
zkochan
04bc56c688
refactor(tests): move supporting functions to utils folder
2017-02-06 21:01:45 +02:00
zkochan
5810c446ba
test: fix CLI tests
2017-01-08 20:48:28 +02:00
zkochan
6a40852708
test: add missing awaits to CLI tests
2016-12-30 19:31:31 +02:00
zkochan
cbf964e445
test: update sinopia store
2016-12-24 03:18:54 +02:00
zkochan
a19922f66b
refactor(tests): move out some shared logic
2016-12-21 22:58:53 +02:00
zkochan
d6fc5af71e
test: log the testing package folder names
2016-12-18 01:36:11 +02:00
zkochan
a840c662e4
feat(update): implement
...
Close #300
2016-10-31 19:50:55 +02:00
zkochan
647b305291
fix(cli): return a non-zero status code on errors
...
When a command is passed through to npm, return the status code
that was returned by it.
Close #402
2016-10-06 21:37:04 +03:00