Commit Graph

10701 Commits

Author SHA1 Message Date
greenkeeperio-bot
947d00dee6 chore(package): update lockfile to version 1.0.2
https://greenkeeper.io/
2016-11-05 20:26:04 +02:00
greenkeeperio-bot
f17c50ba1a chore(package): update typescript to version 2.0.7
https://greenkeeper.io/
2016-11-05 20:25:51 +02:00
greenkeeperio-bot
657d638da4 chore(package): update mz to version 2.5.0
https://greenkeeper.io/
2016-11-05 20:25:39 +02:00
zkochan
2b47d69339 refactor: update cmd-shim to v2.0.0 2016-11-05 20:03:52 +02:00
zkochan
7b90934302 chore: release v0.44.0 v0.44.0 2016-11-05 15:30:56 +02:00
zkochan
11db3b876d fix: reinstall broken packages in the store
Close #462
2016-11-04 02:47:41 +02:00
zkochan
420a496b82 style: fixing issues found during CR 2016-11-03 21:18:05 +02:00
zkochan
2b6f08993d refactor: revert not needed object shallow copying 2016-11-03 15:32:12 +02:00
zkochan
6e14521958 fix: return logging of fetch 2016-11-03 14:34:52 +02:00
zkochan
e0a5552eea fix: linking to parent package only once it is fetched 2016-11-03 14:29:02 +02:00
zkochan
120ae5e516 perf(install): start fetching of subdeps sooner
Close #453
2016-11-03 14:29:02 +02:00
zkochan
6548e8a771 refactor: move install dependencies to separate function 2016-11-03 14:29:02 +02:00
zkochan
985b929ab2 refactor: don't make redundant links on Node.js >= 6.3.0 2016-11-03 14:29:02 +02:00
zkochan
2c79e1f652 refactor: better naming in fetch 2016-11-03 14:29:02 +02:00
zkochan
e767ebdea4 refactor: return the package when available after resolving 2016-11-03 14:29:02 +02:00
zkochan
4938812ff6 refactor: remove the firstFetch hack 2016-11-03 14:29:02 +02:00
zkochan
8f42b0b657 chore: release v0.43.2 v0.43.2 2016-11-03 14:22:31 +02:00
zkochan
e490fd2063 fix: use the global store for the global packages 2016-11-03 13:54:08 +02:00
zkochan
ed9ffc9e42 test: fix tests on Node.js v4 2016-10-31 23:08:52 +02:00
zkochan
edf415c092 chore: release v0.43.1 v0.43.1 2016-10-31 22:27:49 +02:00
zkochan
a3939e0414 perf: fix performance issue caused by refactoring 2016-10-31 22:22:44 +02:00
zkochan
2f88729a05 chore: release v0.43.0 v0.43.0 2016-10-31 20:30:15 +02:00
zkochan
a840c662e4 feat(update): implement
Close #300
2016-10-31 19:50:55 +02:00
Zoltan Kochan
b6327c9812 fix: skip optional dependencies 2016-10-31 14:56:47 +02:00
zkochan
3afcda4213 docs(README): add more info and links 2016-10-31 01:14:08 +02:00
zkochan
d86019a3de docs: fix typo in Continuous Integration recipe 2016-10-31 00:48:43 +02:00
zkochan
8c5d9eed38 docs(package.json): add more keywords 2016-10-31 00:21:10 +02:00
zkochan
fe7f1d1a2e docs: delete roadmap and reference milestone v1.0.0 2016-10-30 20:41:13 +02:00
zkochan
40f4858dea test: fix promise-tape usages after update to v2 2016-10-30 20:07:28 +02:00
greenkeeperio-bot
ffae56728d chore(package): update ts-node to version 1.6.1
https://greenkeeper.io/
2016-10-30 19:58:11 +02:00
greenkeeperio-bot
79e8c462d0 chore(package): update tape-promise to version 2.0.0
https://greenkeeper.io/
2016-10-30 19:57:33 +02:00
greenkeeperio-bot
eba36e3d5f chore(package): update cross-spawn to version 5.0.0
https://greenkeeper.io/
2016-10-30 19:57:09 +02:00
zkochan
c93a81462b docs: document usage in Continues Integration
Close #450
2016-10-30 13:48:43 +02:00
zkochan
7a38bcef27 chore: release v0.42.6 v0.42.6 2016-10-30 03:22:09 +03:00
zkochan
1297ddd514 fix: typescript compilation when deps installed with npm@3 2016-10-30 03:16:47 +03:00
zkochan
522693332d fix: typescipt error 2016-10-30 02:39:37 +03:00
zkochan
6245fb3e8f chore: release v0.42.5 v0.42.5 2016-10-30 02:23:34 +03:00
zkochan
720a8d5384 fix: don't crash when peer dep not installed at all 2016-10-29 20:51:47 +03:00
zkochan
8f407abdcf refactor: move memoize to separate file 2016-10-29 17:26:27 +03:00
zkochan
0f9ff595e0 refactor: pass to fetch() only what is needed 2016-10-29 16:26:00 +03:00
zkochan
0632510b61 refactor: better naming
Rename the install method to fetch. Move a method out of installMultiple
and call it install instead.
2016-10-29 15:04:22 +03:00
zkochan
46cd1e6bf3 refactor: move installMultiple to install/ 2016-10-29 15:04:22 +03:00
zkochan
35d26307a4 refactor: call installAll separately for optional installs 2016-10-29 15:04:22 +03:00
Zoltan Kochan
ee1da1f6c1 refactor: remove context from package install 2016-10-29 15:04:22 +03:00
Zoltan Kochan
1f59c5f6ab refactor: weird temporal fix to avoid repeated installs 2016-10-29 15:04:22 +03:00
Zoltan Kochan
01c7aab8f8 refactor: remove build lock as not needed 2016-10-29 15:04:22 +03:00
zkochan
1d00f09a17 refactor: move bins linking out of installation code 2016-10-29 15:04:22 +03:00
zkochan
b219dc1fd0 refactor: installation
Remove recursion from install and move it to installMultiple.
The code of installation of a single package is more straightforward.
2016-10-29 15:04:22 +03:00
zkochan
78f74f75b3 fix: peers linking on Node.js >= 6.3.0
Close #433
2016-10-28 02:11:05 +03:00
zkochan
d1125894be docs(example): fix typos 2016-10-27 00:18:28 +03:00