This commit is contained in:
TJ Holowaychuk
2017-11-25 15:36:55 -08:00
parent a98f1d559a
commit 713db670e6
+1 -1
View File
@@ -2,7 +2,7 @@
## What?
node-prune is a small tool to prune unnecessary files from ./node_modules, such as markdown, typescript source files, and so on.
node-prune is a small tool to prune unnecessary files from ./node_modules, such as markdown, typescript source files, and so on. Primarily built for [Up](https://github.com/apex/up) which lets you deploy serverless web applications in seconds.
## Installation