phosphor-signaling
Advanced tools
Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "phosphor-signaling", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "A module for type-safe inter-object communication", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
{ | ||
"compilerOptions": { | ||
"experimentalDecorators": true, | ||
"declaration": true, | ||
"noImplicitAny": true, | ||
"noEmitOnError": true, | ||
"sourceMap": true, | ||
"module": "commonjs", | ||
"target": "ES5", | ||
"outDir": "../lib" | ||
}, | ||
"files": [ | ||
"../typings/es6-containers/es6-containers.d.ts", | ||
"index.ts" | ||
] | ||
"compilerOptions": { | ||
"experimentalDecorators": true, | ||
"declaration": true, | ||
"noImplicitAny": true, | ||
"noEmitOnError": true, | ||
"sourceMap": true, | ||
"module": "commonjs", | ||
"target": "ES5", | ||
"outDir": "../lib" | ||
}, | ||
"files": [ | ||
"../typings/es6-containers/es6-containers.d.ts", | ||
"index.ts" | ||
] | ||
} |
{ | ||
"compilerOptions": { | ||
"experimentalDecorators": true, | ||
"noImplicitAny": true, | ||
"noEmitOnError": true, | ||
"module": "commonjs", | ||
"target": "ES5" | ||
}, | ||
"files": [ | ||
"../typings/expect.js/expect.js.d.ts", | ||
"../typings/mocha/mocha.d.ts", | ||
"index.ts" | ||
] | ||
"compilerOptions": { | ||
"experimentalDecorators": true, | ||
"noImplicitAny": true, | ||
"noEmitOnError": true, | ||
"module": "commonjs", | ||
"target": "ES5" | ||
}, | ||
"files": [ | ||
"../typings/expect.js/expect.js.d.ts", | ||
"../typings/mocha/mocha.d.ts", | ||
"index.ts" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
88045
18
2293