From 79061bb716eaf77fcf01375cc7501a4aeac211ee Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Thu, 11 Feb 2016 11:07:09 +0100 Subject: [PATCH] Install Fakefile --- Makefile | 6 ++++++ package.json | 1 + 2 files changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 86ce81b3d..29a7c1075 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ # Licensed under MIT. # Copyright (2016) by Kevin van Zonneveld https://twitter.com/kvz # +# https://www.npmjs.com/package/fakefile +# # This Makefile offers convience shortcuts into any Node.js project that utilizes npm scripts. # It functions as a wrapper around the actual listed in `package.json` # So instead of typing: @@ -32,3 +34,7 @@ $$(TARGETS): endef $(eval $(call npm_script_targets)) + +# These npm run scripts are available, without needing to be mentioned in `package.json` +install: + npm run install diff --git a/package.json b/package.json index 0d09a86e4..22ae7e949 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,7 @@ }, "dependencies": { "event-emitter": "^0.3.4", + "fakefile": "0.0.5", "superagent": "1.5.0", "tus-js-client": "1.1.3" }