mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-08 18:34:06 +08:00
Fixed references to Bluebird 2.0
This commit is contained in:
2
inline-css/inline-css.d.ts
vendored
2
inline-css/inline-css.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Philip Spain <https://github.com/philipisapain>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference path="../bluebird/bluebird.d.ts" />
|
||||
/// <reference path="../bluebird/bluebird-2.0.d.ts" />
|
||||
|
||||
declare module 'inline-css' {
|
||||
import Promise = require('bluebird');
|
||||
|
||||
Reference in New Issue
Block a user