From 72232a6ad83821f255cc57107453aa9c43d4f7f6 Mon Sep 17 00:00:00 2001 From: Pierre Brisorgueil Date: Fri, 20 Sep 2019 09:55:43 +0200 Subject: [PATCH] =?UTF-8?q?fix(config):=20update=20old=20config=20?= =?UTF-8?q?=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/defaults/development.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/defaults/development.js b/config/defaults/development.js index 1584a3b0f..651305e96 100644 --- a/config/defaults/development.js +++ b/config/defaults/development.js @@ -1,8 +1,8 @@ module.exports = { app: { title: 'WeAreOpenSource Node - Development Environment', - description: 'Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js', - keywords: 'mongodb, express, angularjs, node.js, mongoose, passport', + description: 'Node - Boilerplate Back : Express, Jwt, Mongo, Sequelize (Beta) ', + keywords: 'node, express, mongo, jwt, sequelize, stack, boilerplate', googleAnalyticsTrackingID: 'WAOS_NODE_app_googleAnalyticsTrackingID', }, port: 3000, diff --git a/package.json b/package.json index 4925d8414..e8f597644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waosNode", - "description": "Stack JavaScript with MongoDB, ORM(sequelize ...), Express, and Node.js. (Based on meanjs and riess.js)", + "description": "Node - Boilerplate Back : Express, Jwt, Mongo, Sequelize (Beta) (Based on meanjs and riess.js)", "version": "0.3.0", "keywords": [ "node",