Skip to content

Commit

Permalink
use renamed @gamestdio/clock module.
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Aug 15, 2017
1 parent c0015b9 commit 393e8fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@gamestdio/timer",
"version": "1.1.8",
"version": "1.1.9",
"description": "Timing Events tied to @gamestdio/clock",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/gamestdio/clock-timer.js#readme",
"dependencies": {
"clock.js": "^1.1.5"
"@gamestdio/clock": "^1.1.8"
},
"devDependencies": {
"@types/mocha": "^2.2.41",
Expand Down
2 changes: 1 addition & 1 deletion src/ClockTimer.ts
@@ -1,4 +1,4 @@
import Clock = require("clock.js");
import Clock = require("@gamestdio/clock");
import { Delayed, Type } from "./Delayed";

export class ClockTimer extends Clock {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2,6 +2,10 @@
# yarn lockfile v1


"@gamestdio/clock@^1.1.8":
version "1.1.8"
resolved "https://registry.npmjs.org/@gamestdio/clock/-/clock-1.1.8.tgz#bf99f2befffa5976c3173fe1de5a52d9dce169ef"

"@types/mocha@^2.2.41":
version "2.2.41"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-2.2.41.tgz#e27cf0817153eb9f2713b2d3f6c68f1e1c3ca608"
Expand Down Expand Up @@ -45,10 +49,6 @@ chalk@^2.0.0:
escape-string-regexp "^1.0.5"
supports-color "^4.0.0"

clock.js@^1.1.5:
version "1.1.5"
resolved "https://registry.yarnpkg.com/clock.js/-/clock.js-1.1.5.tgz#c1186cd7e328cc838006d1d2a74eac72070b8f45"

color-convert@^1.0.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a"
Expand Down

0 comments on commit 393e8fa

Please sign in to comment.