Skip to content

Commit 345f55c

Browse files
committed
Merge pull request siddii#258 from june07/master
Added requires to satisfy dependancies
2 parents e230339 + 50e2bd1 commit 345f55c

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"author": "Siddique Hameed",
2+
"author": "Adrian Wardell",
33
"name": "angular-timer",
44
"version": "1.3.4",
5-
"homepage": "https://github.com/siddii/angular-timer",
5+
"homepage": "https://github.com/june07/angular-timer",
66
"description": "Angular-Timer : A simple AngularJS directive demonstrating re-usability & interoperability",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/siddii/angular-timer.git"
9+
"url": "git://github.com/june07/angular-timer.git"
1010
},
1111
"dependencies": {
1212
"angular": ">= 1.0.7",

dist/angular-timer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
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");
810
var timerModule = angular.module('timer', [])
911
.directive('timer', ['$compile', function ($compile) {
1012
return {

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"author": "Siddique Hameed",
2+
"author": "Adrian Wardell",
33
"name": "angular-timer",
4-
"version": "1.3.4",
5-
"homepage": "https://github.com/siddii/angular-timer",
4+
"version": "1.3.5",
5+
"homepage": "https://github.com/june07/angular-timer",
66
"main": "dist/angular-timer.js",
77
"license": "MIT",
88
"licenses": {
99
"type": "MIT",
10-
"url": "https://github.com/siddii/angular-timer/blob/master/LICENSE.txt"
10+
"url": "https://github.com/june07/angular-timer/blob/master/LICENSE.txt"
1111
},
12-
"bugs": "https://github.com/siddii/angular-timer/issues",
12+
"bugs": "https://github.com/june07/angular-timer/issues",
1313
"repository": {
1414
"type": "git",
15-
"url": "[email protected]:siddii/angular-timer.git"
15+
"url": "[email protected]:june07/angular-timer.git"
1616
},
1717
"dependencies": {},
1818
"devDependencies": {

0 commit comments

Comments
 (0)