From 08d78e42134eac299dc0c3d3d28b24de360cd811 Mon Sep 17 00:00:00 2001 From: aneesh-neelam Date: Wed, 18 Feb 2015 12:53:15 +0530 Subject: [PATCH] Procfile uses npm script * Memory Limit hardcoded into Procfile/Npm script * Mark this as stable enough to be released to production * Version 0.13.38 --- Procfile | 2 +- bower.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Procfile b/Procfile index f6c6870..063b78f 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node bin/www +web: npm start diff --git a/bower.json b/bower.json index 5e3cbf6..b6513c6 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "VITacademics", - "version": "0.13.36", + "version": "0.13.38", "description": "VITacademics Backend and Web App", "bugs": { "url": "https://github.com/aneesh-neelam/VITacademics/issues", diff --git a/package.json b/package.json index a024228..c800be4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "VITacademics", - "version": "0.13.36", + "version": "0.13.38", "description": "VITacademics Backend and Web App", "homepage": "https://vitacademics-dev.herokuapp.com/", "bugs": {