File: generate-package-json.patch

package info (click to toggle)
node-prelude-ls 1.1.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 208 kB
  • ctags: 27
  • sloc: makefile: 44; sh: 2
file content (13 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
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: