Index: node-prelude-ls/Makefile
===================================================================
--- node-prelude-ls.orig/Makefile
+++ node-prelude-ls/Makefile
@@ -13,7 +13,7 @@ ISTANBUL = node_modules/.bin/istanbul
 lib:
 	mkdir -p lib/
 
-lib/%.js: src/%.ls lib
+lib/%.js: src/%.ls lib package.json
 	$(LSC) --output lib --bare --compile "$<"
 
 browser:
