From a23f944c2ec5dcf23f03582c6cb26c98e877c0c7 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Sat, 11 Oct 2014 12:26:27 +0530 Subject: [PATCH] Create erpnext-apps.json --- install_scripts/erpnext-apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 install_scripts/erpnext-apps.json diff --git a/install_scripts/erpnext-apps.json b/install_scripts/erpnext-apps.json new file mode 100644 index 00000000..484bdf04 --- /dev/null +++ b/install_scripts/erpnext-apps.json @@ -0,0 +1,10 @@ +[ + { + "url":"https://github.com/frappe/erpnext", + "name":"erpnext" + }, + { + "url":"https://github.com/frappe/shopping-cart", + "name":"shopping_cart" + } +]