diff --git a/init.js b/init.js index 05c32c0..23c5de8 100644 --- a/init.js +++ b/init.js @@ -13,7 +13,7 @@ var models = require('./brain/models'); * Get port from environment and store in Express. */ -var port = normalizePort(process.env.PORT || '2700'); +var port = normalizePort(process.env.PORT || '2314'); app.set('port', port); /** diff --git a/package.json b/package.json index e9c099c..aecd787 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "the-twelfth-house", - "version": "3.0.0", + "name": "fipamo", + "version": "0.0.5", "private": true, - "description": "The personal site of Roland X. Pulliam", + "description": "The most chill blog framework ever.", "repository": "https://code.playvicio.us/Are0h/thetwelfthhouse", "theme": "default", "scripts": {