Kyle Fang
761b67dc0e
Add git: to https: filter
2014-08-22 09:52:17 +08:00
isaacs
ae450385c3
package.json: Remove publishConfig
...
Makefile already takes care of the correct tagging.
2014-08-21 17:52:48 -07:00
Forrest L Norvell
5cacaa2202
2.0.0-beta.0
v2.0.0-beta.0
2014-08-21 17:41:00 -07:00
Forrest L Norvell
b028247e75
update changelog for npm@2.0.0-beta.0
2014-08-21 17:36:50 -07:00
Forrest L Norvell
685f8be1f2
npm-registry-client@3.1.3
...
Print the notification header returned by the registry, and make sure
status codes are printed without gratuitous quotes around them.
2014-08-21 17:23:02 -07:00
Tim Oxley
a8cb676aef
Remove npm from engines.
...
Does it even make any sense?
Potentially closes #5898
2014-08-21 16:39:17 -07:00
isaacs
a6710a6e3b
cache: proto/protocol typo
2014-08-21 16:39:06 -07:00
isaacs
6c47201a7d
Prepend the git+ to git urls if not found in _resolved
...
Fix #5752
Fix #6013
2014-08-21 16:31:13 -07:00
Kenan Yildirim
e4e1223a91
Document the use of a tag as a range specifier in dependencies
...
Closes #5855
Closes #5936
2014-08-21 16:20:33 -07:00
Forrest L Norvell
f2587be7d1
request@2.40.0
...
Closes #5926 , all tests pass.
2014-08-21 16:11:54 -07:00
不四
c92b8d4db7
make sure already install work for scoped packages
2014-08-21 16:00:25 -07:00
dead_horse
21ca0aaacb
fix scope pacakge link in windows
2014-08-21 15:50:56 -07:00
不四
16bead7f2c
remove repeating mkdir in cache/add-remote-tarball.js
2014-08-21 13:42:47 -07:00
isaacs
ccc1e2e067
test: fixes to work with Windows
2014-08-20 23:14:47 -07:00
Forrest L Norvell
05838743f0
tar@1.0.1
2014-08-20 23:06:51 -07:00
Forrest L Norvell
cdf3b0428b
lockfile@1.0.0
2014-08-20 22:55:27 -07:00
Forrest L Norvell
22d72a87a9
fstream@1.0.2
2014-08-20 22:51:40 -07:00
bcoe
dbf0cab29d
you can now pass quoted args to run-script
2014-08-19 00:50:21 -07:00
Forrest L Norvell
747001a3e6
tweaks to changelog
2014-08-15 00:47:52 -07:00
Forrest L Norvell
bd03657aab
2.0.0-alpha.7
v2.0.0-alpha.7
2014-08-14 20:02:27 -07:00
Forrest L Norvell
55e43bdcf8
update changelog for npm@2.0.0-alpha.7
2014-08-14 20:00:35 -07:00
Forrest L Norvell
5abce1bd39
build: explicitly push to a branch
2014-08-14 19:39:39 -07:00
isaacs
f23f1d8e8f
doc: update version doc to include pre-* increment args
2014-08-14 19:38:54 -07:00
isaacs
b6bb746182
Add 'make tag' to tag current release as latest
2014-08-14 19:38:38 -07:00
isaacs
27c4bb606e
Publish with --tag=v1.4-next
2014-08-14 19:38:19 -07:00
isaacs
cff66c3bf2
Add script to output 'v1.4-next' publish tag
2014-08-14 19:38:08 -07:00
isaacs
22abec8833
Remove outdated docpublish make target
2014-08-14 19:37:46 -07:00
isaacs
1be4de51c3
Remove unpublish step from make publish
...
Doesn't work that way any more anyway
2014-08-14 19:37:35 -07:00
Forrest L Norvell
50bbaa99dd
update changelog for npm@1.4.24
2014-08-14 19:21:20 -07:00
Forrest L Norvell
e429e2011f
add new changelog
...
To be maintained by publisher, which for now is @othiym23 (THAT'S MEEE).
2014-08-14 18:01:21 -07:00
isaacs
9243d20789
test lifecycle path modification
2014-08-14 13:35:39 -07:00
Chulki Lee
021770b9cb
Do not add the directory containing node executable
...
Adding the directory containing current node executable may lead to run
different executable than original PATH.
See #5876 for details
2014-08-14 13:35:39 -07:00
isaacs
0511261b66
tar.js: Comment should describe why not what
2014-08-13 12:23:31 -07:00
isaacs
1d5c41dd0d
rename .gitignore when unpacking foreign tarballs
...
Fix #5658
Note that this doesn't actually *ignore* the files specified by the
.gitignore and/or .npmignore files. That would likely require removing
them after the fact, as well as all the same logic that exists in
fstream-npm, since tar does not give us a directory listing, and
tarballs may have their files in any random order.
2014-08-13 12:20:51 -07:00
isaacs
9aac2670a7
Detect non-gzipped tar files more reliably
...
In addition to starting with the string `package/`, they may also start
with a `pax_global_header`, and this is almost certainly an indication
that we are dealing with a tar file. For example, git adds a global
header with the commit sha when producing archive files.
2014-08-13 12:17:30 -07:00
isaacs
3f24755c8f
include readdir-scoped-modules sub-dependency
2014-08-13 09:48:07 -07:00
isaacs
151cd2ff87
read-installed@3.1.0
2014-08-12 13:46:18 -07:00
Dylan Greene
f5a94343a8
try with my PR's
2014-08-07 18:42:39 -07:00
Forrest L Norvell
126cafcc67
use fixed version of npm-registry-couchapp
2014-08-07 18:38:28 -07:00
Forrest L Norvell
e6e6a47460
2.0.0-alpha.6.0
v2.0.0-alpha.6.0
2014-08-07 18:08:33 -07:00
Forrest L Norvell
d987707442
move fetch into npm-registry-client
...
The primary purpose is so that everything doing network requests
includes auth, if so required. Sends bearer token by default, will send
HTTP Basic auth with `always-auth` set in the config.
2014-08-07 17:56:53 -07:00
isaacs
9b318e2155
read-installed@3.0.0
...
Fixes extraneous peer dependent looping devDependencies in --production mode.
CC @davglass
2014-07-31 18:02:32 -07:00
isaacs
9d73de7f8a
remove unnecessary mkdirps
2014-07-31 18:02:00 -07:00
isaacs
9ec3a39cfc
Add a test to verify that 'npm ls' exits ok in npm repo
2014-07-31 17:59:06 -07:00
isaacs
c0119f8095
merge v1.4
2014-07-31 17:54:38 -07:00
isaacs
5ae6ba7dae
v1.4.23
v1.4.23
2014-07-31 16:53:51 -07:00
isaacs
8dd11d1347
update several dependencies
...
The quest to avoid SemVer '0.x' magic continues.
2014-07-31 15:42:26 -07:00
isaacs
e22099a5cd
v1.4.22
v1.4.22
2014-07-31 10:24:36 -07:00
isaacs
d9a9e8448f
read-package-json@1.2.4
2014-07-31 10:24:25 -07:00
isaacs
86f0340fd0
github-url-from-git@1.2.0
2014-07-31 10:22:41 -07:00