We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f173ea0 + 71cffb9 commit 92b928eCopy full SHA for 92b928e
lib/types.ts
@@ -20,9 +20,9 @@ export interface VinylFile {
20
}
21
22
export interface RawSourceMap {
23
- file?: string;
+ file: string;
24
sourceRoot?: string;
25
- version: string;
+ version: number;
26
sources: string[];
27
names: string[];
28
sourcesContent?: string[];
package.json
@@ -80,7 +80,7 @@
80
"typescript": "2.0.3"
81
},
82
"peerDependencies": {
83
- "typescript": "~2.0.3 || >=2.0.0-dev || >=2.1.0-dev"
+ "typescript": "~2.0.3 || >=2.0.0-dev || >=2.2.0-dev"
84
85
"scripts": {
86
"test": "gulp"
0 commit comments