From f505932d12d29b383eee004d7bdff1ee47d4491c Mon Sep 17 00:00:00 2001 From: tigerbot Date: Mon, 27 Mar 2017 12:21:26 -0600 Subject: [PATCH] changed when NPM runs gulp --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60abc9b..eb5c5e3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "The world's smallest, fastest, and most secure OAuth3 (and OAuth2) JavaScript implementation.", "main": "oauth3.node.js", "scripts": { - "install": "./node_modules/.bin/gulp", + "prepare": "gulp", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {