Skip to content
This repository has been archived by the owner on Aug 6, 2018. It is now read-only.

Commit

Permalink
Upgrade to fakefile 0.0.8. Pin other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Mar 17, 2016
1 parent 2960b0b commit 59fa7df
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
6 changes: 6 additions & 0 deletions 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:
Expand Down Expand Up @@ -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
25 changes: 13 additions & 12 deletions package.json
Expand Up @@ -25,20 +25,21 @@
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.1",
"frey": "kvz/frey#8017ffb972632392da2b34f2ba40ac98bb7cc3f0",
"nodemon": "^1.8.1"
"nodemon": "1.8.1"
},
"dependencies": {
"dropbox": "^0.10.3",
"google-auth-library": "^0.9.7",
"googleapis": "^2.1.7",
"grant-koa": "^3.5.3",
"instagram-node": "^0.5.8",
"koa": "^1.1.2",
"dropbox": "0.10.3",
"fakefile": "0.0.8",
"google-auth-library": "0.9.7",
"googleapis": "2.1.7",
"grant-koa": "3.5.3",
"instagram-node": "0.5.8",
"koa": "1.1.2",
"koa-cors": "0.0.16",
"koa-mount": "^1.3.0",
"koa-router": "^5.3.0",
"koa-session": "^3.3.1",
"koa-qs": "^2.0.0",
"purest": "^2.0.0"
"koa-mount": "1.3.0",
"koa-qs": "2.0.0",
"koa-router": "5.3.0",
"koa-session": "3.3.1",
"purest": "2.0.0"
}
}

0 comments on commit 59fa7df

Please sign in to comment.