From 0d447918063b825256fb9e1a021f0214fc6052e1 Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Thu, 14 Jan 2016 10:40:38 +0700 Subject: [PATCH] Create patch-8.JSON --- bin/setup/patch-8.JSON | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bin/setup/patch-8.JSON 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": [] +}