Skip to content

Commit 8bc4b80

Browse files
committed
Revert "Added requires for dependancies"
This reverts commit 0e6cae9.
1 parent d168e32 commit 8bc4b80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dist/angular-timer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
* Copyright (c) 2016 Siddique Hameed
66
* Licensed MIT <https://github.com/siddii/angular-timer/blob/master/LICENSE.txt>
77
*/
8-
var humanizeDuration = require("humanize-duration");
9-
var moment = require("moment");
108
var timerModule = angular.module('timer', [])
119
.directive('timer', ['$compile', function ($compile) {
1210
return {

0 commit comments

Comments
 (0)