Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Fix missing moment-timezone, closes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Nov 18, 2015
1 parent a737495 commit 4368180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timelion",
"version": "0.1.175",
"version": "0.1.176",
"dependencies": {
"body-parser": "^1.12.0",
"boom": "^2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion public/directives/chart_directive.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var _ = require('lodash');
var $ = require('jquery');
var moment = require('moment-timezone');
var moment = require('moment');

require('flot');
require('flotTime');
Expand Down

0 comments on commit 4368180

Please sign in to comment.