Skip to content

Commit

Permalink
fix(security): avoid vulnerable dependencies in the sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
nponeccop committed May 26, 2019
1 parent 0ab3bb4 commit 83b9fd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/cli/generate.js
Expand Up @@ -179,8 +179,6 @@ exports.generate = function(program) {
/* Generate package.json */
packagejs = '{\n "name": "' + name + '",\n "description": "An awesome real time application",\n "version": "0.0.1",\n'+
' "author": "Me <me@mydomain.com>",\n "private": true,\n "engines": { "node": ">= 0.10.0" },\n "dependencies": {';
packagejs += '\n "normalize.css": "3.0.x",';
packagejs += '\n "es6-shim": "0.33.x",';
packagejs += '\n "socketstream": "0.4.x"';
mods = selectedFormatters.concat(['hogan']);
if (program.repl) {
Expand Down

0 comments on commit 83b9fd3

Please sign in to comment.