Commit Graph

272 Commits

Author SHA1 Message Date
Rico Sta. Cruz
79e70e7d18 Merge pull request #45 from misterbyrne/retry-resolve-404s
Retry npm registry package resolving when 404s
2016-02-02 11:26:54 +08:00
Rico Sta. Cruz
320b4e5493 Merge pull request #76 from asbjornenge/shift-fix
Always provide an argument for shift
2016-02-02 10:47:13 +08:00
Adam Byrne
fc8346b2ae Retry npm registry package resolving when 404s
Some registries do not support filtering metadata requests
by adding a semver suffix to the uri. If this is the case
we will get a 404, so we fetch the metadata for all versions
of the package and resolve the correct version on the client
side.
2016-02-01 22:42:13 +00:00
Asbjørn Enge
8bd61d2987 Always provide an argument for shift 2016-02-01 21:23:48 +01:00
Rico Sta. Cruz
dec1d389a2 Merge pull request #75 from rstacruz/greenkeeper-mz-2.3.1
Update mz to version 2.3.1 🚀
2016-02-02 03:26:23 +08:00
Rico Sta. Cruz
3d6a0fd65e Fix emojis in GitHub readme display 2016-02-02 03:23:53 +08:00
Rico Sta. Cruz
d146a04a24 Release v0.16.0 v0.16.0 2016-02-02 03:22:42 +08:00
Rico Sta. Cruz
182dd34ee7 Add name change notice 2016-02-02 03:21:46 +08:00
greenkeeperio-bot
78ebe28bff chore(package): update mz to version 2.3.1
http://greenkeeper.io/
2016-02-02 03:21:10 +08:00
Rico Sta. Cruz
8eb8bd0997 Merge pull request #74 from rstacruz/rename-to-pnpm
Rename to pnpm
2016-02-02 03:18:51 +08:00
Rico Sta. Cruz
029bef2fe7 Rename to pnpm 2016-02-02 03:16:14 +08:00
Rico Sta. Cruz
3755b1e494 Release v0.15.0 v0.15.0 2016-02-02 03:14:08 +08:00
Rico Sta. Cruz
259dde25f9 Merge pull request #73 from rstacruz/babel
Be compatible with Node.js 0.10
2016-02-02 03:08:17 +08:00
Rico Sta. Cruz
1cbb909951 Fix test for 0.10 2016-02-02 03:00:26 +08:00
Rico Sta. Cruz
51e1f9dfdc Restrict babel scope only to what's necessary 2016-02-02 02:44:51 +08:00
Rico Sta. Cruz
8f11eef616 Move babel-preset-es2015 to a devDependency (oops) 2016-02-02 02:37:50 +08:00
Rico Sta. Cruz
2e2ed2647b Add source maps to babel version 2016-02-02 02:27:13 +08:00
Rico Sta. Cruz
a587c236c3 Retain line numbers in babel-built version 2016-02-02 02:25:10 +08:00
Rico Sta. Cruz
4475f64151 Drop support for npm1.x 2016-02-02 02:25:10 +08:00
Rico Sta. Cruz
06283bbcb6 Fix tests to be legacy-compatible 2016-02-02 02:24:03 +08:00
Rico Sta. Cruz
177210cbc8 Run babel before publishing 2016-02-02 02:23:17 +08:00
Rico Sta. Cruz
55e2498133 Merge pull request #72 from rstacruz/move-api-around
Expose public API
2016-02-02 02:23:09 +08:00
Rico Sta. Cruz
1314bc3fe4 Don't cache fixtures 2016-02-02 02:19:30 +08:00
Rico Sta. Cruz
2d7050fab4 Expose require('pnpm.js') 2016-02-02 01:23:38 +08:00
Rico Sta. Cruz
a0ff75dcd3 Store fs utilities in lib/fs 2016-02-02 01:23:22 +08:00
Rico Sta. Cruz
c27cefcc73 Change installCmd()'s function signature 2016-02-02 01:23:22 +08:00
Rico Sta. Cruz
0456ef7745 Restore other tests 2016-02-02 00:18:26 +08:00
Rico Sta. Cruz
0fefeab896 Merge pull request #66 from rstacruz/greenkeeper-bluebird-3.2.1
Update bluebird to version 3.2.1 🚀
2016-02-02 00:17:09 +08:00
Rico Sta. Cruz
d0218e6d2b Merge pull request #68 from davej/feature/--production
Add support for --production flag
2016-02-02 00:16:33 +08:00
Rico Sta. Cruz
84b59298a5 Merge pull request #71 from vkrol/patch-1
Fix wrong link to the vs-ied page
2016-02-02 00:15:51 +08:00
Veniamin Krol
4d6d5583b2 Fix wrong link to the vs-ied page 2016-02-01 19:06:26 +03:00
DaveJ
e5d0f7e8e6 Add support for --production flag 2016-02-01 14:39:17 +00:00
greenkeeperio-bot
3b88dc47dd chore(package): update bluebird to version 3.2.1
http://greenkeeper.io/
2016-02-01 20:57:38 +08:00
Rico Sta. Cruz
51329f252d Fix screencast in readme 2016-02-01 20:21:07 +08:00
Rico Sta. Cruz
718d0124fa Release v0.14.0 v0.14.0 2016-02-01 20:19:11 +08:00
Rico Sta. Cruz
0547c35e92 Merge pull request #64 from rstacruz/windows-junctions
Windows support
2016-02-01 20:17:26 +08:00
Rico Sta. Cruz
bdaf8cdbf7 Fix symlink support 2016-02-01 20:16:03 +08:00
Rico Sta. Cruz
6c3f4b7e5e Update docs with windows support 2016-02-01 20:11:12 +08:00
Rico Sta. Cruz
5f4614ba3f Support windows junctions 2016-02-01 20:10:28 +08:00
Rico Sta. Cruz
2aabfe82fd Add note about publishing bundleDependencies 2016-02-01 18:51:18 +08:00
Rico Sta. Cruz
eb9e4b1e5b Document comparison to npm's flat tree 2016-02-01 18:48:09 +08:00
Rico Sta. Cruz
e65bcdc5cc Update npm docs 2016-02-01 18:44:30 +08:00
Rico Sta. Cruz
edfe77cfb5 Update npm docs 2016-02-01 18:43:53 +08:00
Rico Sta. Cruz
048ea51c9c Update npm docs 2016-02-01 18:41:01 +08:00
Rico Sta. Cruz
3521f3342e Merge pull request #62 from rstacruz/travis-cache
Reenable travis caching
2016-02-01 18:39:01 +08:00
Rico Sta. Cruz
e9bb4f531e Oops, fix cache declaration in travis.yml 2016-02-01 18:38:23 +08:00
Rico Sta. Cruz
cc2188c52d Reenable travis caching 2016-02-01 18:34:11 +08:00
Rico Sta. Cruz
f73dc91141 Fix docpress build 2016-02-01 18:33:31 +08:00
Rico Sta. Cruz
2ce5bad34f Update bluebird to 3.2.0 2016-02-01 18:31:25 +08:00
Rico Sta. Cruz
43301c77ec Build docpress docs 2016-02-01 18:28:55 +08:00