Install Fakefile

This commit is contained in:
Kevin van Zonneveld 2016-02-11 11:07:09 +01:00
parent b8b563af1f
commit 79061bb716
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -71,6 +71,7 @@
},
"dependencies": {
"event-emitter": "^0.3.4",
"fakefile": "0.0.5",
"superagent": "1.5.0",
"tus-js-client": "1.1.3"
}