File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1- import Clock = require( "clock.js " ) ;
1+ import Clock = require( "@gamestdio/ clock" ) ;
22import { Delayed , Type } from "./Delayed" ;
33
44export class ClockTimer extends Clock {
Original file line number Diff line number Diff line change 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-
5252color-convert@^1.0.0 :
5353 version "1.9.0"
5454 resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a"
You can’t perform that action at this time.
0 commit comments