Skip to content

Commit b1253b2

Browse files
committed
Merge branch 'master' of github.com:gamestdio/clock-timer.js
Conflicts: package.json
2 parents 0c3021d + 393e8fa commit b1253b2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/gamestdio/clock-timer.js#readme",
2929
"dependencies": {
30-
"clock.js": "^1.1.5"
30+
"@gamestdio/clock": "^1.1.8"
3131
},
3232
"devDependencies": {
3333
"@types/mocha": "^2.2.41",

src/ClockTimer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Clock = require("clock.js");
1+
import Clock = require("@gamestdio/clock");
22
import { Delayed, Type } from "./Delayed";
33

44
export class ClockTimer extends Clock {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# yarn lockfile v1
33

44

5+
"@gamestdio/clock@^1.1.8":
6+
version "1.1.8"
7+
resolved "https://registry.npmjs.org/@gamestdio/clock/-/clock-1.1.8.tgz#bf99f2befffa5976c3173fe1de5a52d9dce169ef"
8+
59
"@types/mocha@^2.2.41":
610
version "2.2.41"
711
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-2.2.41.tgz#e27cf0817153eb9f2713b2d3f6c68f1e1c3ca608"
@@ -45,10 +49,6 @@ chalk@^2.0.0:
4549
escape-string-regexp "^1.0.5"
4650
supports-color "^4.0.0"
4751

48-
clock.js@^1.1.5:
49-
version "1.1.5"
50-
resolved "https://registry.yarnpkg.com/clock.js/-/clock.js-1.1.5.tgz#c1186cd7e328cc838006d1d2a74eac72070b8f45"
51-
5252
color-convert@^1.0.0:
5353
version "1.9.0"
5454
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a"

0 commit comments

Comments
 (0)