Skip to content

Commit 45ac45b

Browse files
Merge pull request #26 from Artawower/master
Add --save-exact flag
2 parents 70b5563 + fb08812 commit 45ac45b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm-install.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
("-p" "Save as production dependency" "--save-prod")
3535
("-d" "Save as development dependency" "--save-dev")
3636
("-o" "Save as optional dependency" "--save-optional")
37+
("-e" "Save exact version" "--save-exact")
3738
("-n" "Do not save to package.json" "--no-save")]
3839
[["Command"
3940
("i" "Install new package" npm-install)

0 commit comments

Comments
 (0)