Skip to content

Commit

Permalink
devdeps, nuke insecure
Browse files Browse the repository at this point in the history
  • Loading branch information
scniro committed May 23, 2018
1 parent 835018c commit 48b5040
Show file tree
Hide file tree
Showing 4 changed files with 1,862 additions and 1,110 deletions.
2 changes: 1 addition & 1 deletion docs/app.min.js

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions docs/server.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
let express = require('express');
let path = require('path');
let open = require('open');

const express = require('express');
const path = require('path');
const app = express();

app.set('port', 8000);
Expand All @@ -17,6 +15,5 @@ app.listen(app.get('port'), function (err) {
console.log(err);
} else {
console.log(`react-codemirror2 demo listening on port ${app.get('port')}`);
open(`http://localhost:${app.get('port')}`);
}
});
});
Loading

0 comments on commit 48b5040

Please sign in to comment.