diff --git a/bin/setup/patch-8.JSON b/bin/setup/patch-8.JSON new file mode 100644 index 000000000000..dbbf909e5aed --- /dev/null +++ b/bin/setup/patch-8.JSON @@ -0,0 +1,19 @@ +{ + "name": "angular", + "description": "Angular is a development platform for building mobile and desktop web applications. This is the repository for Angular 2, both the JavaScript (JS) and Dart versions. Angular 2 is currently in Beta.", + "scripts": { + "postdeploy": "bin/setup" + }, + "env": { + "FACEBOOK_APP_ID": { + "required": true + }, + "FACEBOOK_SECRET": { + "required": true + }, + "PATH": { + "required": true + } + }, + "addons": [] +}