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": {