-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Noticed today that 'npm submodule' is broken in npm 2.0. Went digging, and thought 'Hey, how did this EVER work?' Dug a bit deeper, and found that this command was actually let go way back in the summer of 2013, and had been hanging around ever since due to a glitch in the system. So, with this patch, we've 'fixed the glitch', removing it from the set of npm commands. Fix npm#6369
- Loading branch information
Showing
6 changed files
with
5 additions
and
148 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,6 @@ var commandCache = {} | |
, "update" | ||
, "outdated" | ||
, "prune" | ||
, "submodule" | ||
, "pack" | ||
, "dedupe" | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters