Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

npm 1.4.7 #7472

Merged
merged 2 commits into from Apr 16, 2014
Merged

npm 1.4.7 #7472

merged 2 commits into from Apr 16, 2014

Commits on Apr 15, 2014

  1. url: treat \ the same as /

    See https://code.google.com/p/chromium/issues/detail?id=25916
    
    Parse URLs with backslashes the same as web browsers, by replacing all
    backslashes with forward slashes, except those that occur after the
    first # character.
    isaacs committed Apr 15, 2014
    Copy the full SHA
    9520ade View commit details
    Browse the repository at this point in the history
  2. npm: upgrade to 1.4.7

    * isaacs, Robert Kowalski, Benjamin Coe: Test Improvements
    * isaacs doc: Add canonical url
    * isaacs view: handle unpublished packages properly
    * Raynos (Jake Verbaten) do not log if silent
    * Julian Gruber fix no such property error
    * isaacs npmconf@0.1.14
    * Thorsten Lorenz adding save-prefix configuration option
    * isaacs npm-registry-client@0.4.7
    * isaacs cache: treat missing versions as a 404
    * isaacs cache: Save shasum, write resolved/etc data to cache
    * isaacs cache: Always fetch root doc
    * isaacs cache: don't repack unnecessarily from tmp
    * Andrey Kislyuk Don't crash if shrinkwrap-dependencies were not passed in pkginfo
    * Robert Kowalski fix link in faq
    * Jean Lauliac Add a peerDependencies section in package.json doc
    * isaacs read-installed@2.0.2
    isaacs committed Apr 15, 2014
    Copy the full SHA
    75bc11c View commit details
    Browse the repository at this point in the history