Skip to content

Commit

Permalink
fix(package): update TypeScript to v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Sep 19, 2017
1 parent ff7e05b commit 7bd9d3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@
"conventional-changelog-cli": "1.2.x",
"cz-conventional-changelog": "1.2.x",
"es6-promise": "4.0.5",
"google-closure-compiler-js": "^20161201.0.0",
"google-closure-compiler-js": "^20170910.0.0",
"markdown-doctest": "0.9.1",
"markdox": "0.1.10",
"mkdirp": "0.5.1",
"mocha": "2.4.5",
"most": "1.0.3",
"sinon": "1.16.0",
"strip-comments": "0.4.4",
"ts-node": "3.2.x",
"ts-node": "3.3.x",
"tsify": "3.0.x",
"tslint": "4.0.2",
"typescript": "2.4.1",
"tslint": "5.7.0",
"typescript": "2.5.2",
"validate-commit-msg": "2.4.x"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/extra/tween.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function createEasing(fn: NumericFunction): Easings {
return interpolate(y, from, to);
}
};
};
}

let easingPower2 = createEasing(x => x * x);
let easingPower3 = createEasing(x => x * x * x);
Expand Down

0 comments on commit 7bd9d3b

Please sign in to comment.