updates dependencies

This commit is contained in:
Remko
2018-03-26 12:02:14 +02:00
parent 26ff8e3b85
commit f4b0597fd6
2 changed files with 3 additions and 2 deletions

4
types/c3/index.d.ts vendored
View File

@@ -1,11 +1,11 @@
// Type definitions for C3js 0.4
// Type definitions for C3js 0.5
// Project: http://c3js.org/
// Definitions by: Marc Climent <https://github.com/mcliment>
// Gerin Jacob <https://github.com/gerinjacob>
// Bernd Hacker <https://github.com/denyo>
// Dzmitry Shyndzin <https://github.com/dmitryshindin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
// TypeScript Version: 2.3
import * as d3 from "d3";

View File

@@ -10,6 +10,7 @@
"typeRoots": ["../"],
"types": [],
"paths": {
"d3-scale": ["d3-scale/v1"],
"d3": ["d3/v4"]
},
"noEmit": true,