From 8e76fa73936d69f453f6d3f7d74cb01660041078 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Mon, 10 Nov 2014 14:25:24 +0530 Subject: [PATCH] Create erpnext-apps-master.json --- install_scripts/erpnext-apps-master.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 install_scripts/erpnext-apps-master.json diff --git a/install_scripts/erpnext-apps-master.json b/install_scripts/erpnext-apps-master.json new file mode 100644 index 00000000..ec4b2efa --- /dev/null +++ b/install_scripts/erpnext-apps-master.json @@ -0,0 +1,12 @@ +[ + { + "url":"https://github.com/frappe/erpnext", + "name":"erpnext", + "branch": "master" + }, + { + "url":"https://github.com/frappe/shopping-cart", + "name":"shopping_cart", + "branch": "master" + } +]