Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-02-25 06:58:18 +0400
committerisaacs <i@izs.me>2012-02-25 06:58:18 +0400
commitf29bbef950c3121d56dcaf199546c4dd3c46d2e1 (patch)
tree99e6f70e130e11ed0971376dc993e935d5c4ca6e
parent881f4f2602e9a606170cc4182f1181bbf56525c8 (diff)
start keeping a changelog type thing
-rw-r--r--doc/cli/changelog.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/cli/changelog.md b/doc/cli/changelog.md
index 0115405ca..baf72ea50 100644
--- a/doc/cli/changelog.md
+++ b/doc/cli/changelog.md
@@ -3,6 +3,30 @@ npm-changelog(1) -- Changes
## HISTORY
+### 1.1.2
+
+Dave Pacheco (2):
+ add "npm shrinkwrap"
+
+Martin Cooper (1):
+ Fix #1753 Make a copy of the cached objects we'll modify.
+
+Tim Oxley (1):
+ correctly remove readme from default npm view command.
+
+Tyler Green (1):
+ fix #2187 set terminal columns to Infinity if 0
+
+isaacs (19):
+ update minimatch
+ update request
+ Experimental: single-file modules
+ Fix #2172 Don't remove global mans uninstalling local pkgs
+ Add --versions flag to show the version of node as well
+ Support --json flag for ls output
+ update request to 2.9.151
+
+
### 1.0
* Greatly simplified folder structure
* Install locally (bundle by default)