Skip to content

Commit

Permalink
setup timeago
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzivenu committed Oct 2, 2018
1 parent 2617248 commit b439ddc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"semantic-ui-css": "^2.4.0",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.1",
"timeago": "^1.6.3",
"util": "^0.10.3",
"uuid": "^3.2.1"
},
Expand Down
1 change: 1 addition & 0 deletions src/client/pages/office/discussions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//var io = require('socket.io');

var socket = io();
var timeago = require('timeago');

$( window ).on( 'load', function() {

Expand Down

0 comments on commit b439ddc

Please sign in to comment.