jasmine-marbles
Advanced tools
Comparing version 0.0.2 to 0.1.0
@@ -9,3 +9,3 @@ import { TestHotObservable, TestColdObservable } from './src/test-observables'; | ||
namespace jasmine { | ||
interface Matchers { | ||
interface Matchers<T> { | ||
toBeObservable: any; | ||
@@ -12,0 +12,0 @@ } |
{ | ||
"name": "jasmine-marbles", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"scripts": { | ||
@@ -13,8 +13,8 @@ "clean": "rimraf release", | ||
"devDependencies": { | ||
"@types/jasmine": "^2.5.43", | ||
"@types/node": "^7.0.5", | ||
"@types/jasmine": "^2.5.53", | ||
"@types/node": "^8.0.14", | ||
"cpy-cli": "^1.0.1", | ||
"rimraf": "^2.6.1", | ||
"rxjs": "^5.2.0", | ||
"typescript": "^2.2.1" | ||
"rxjs": "^5.4.2", | ||
"typescript": "^2.4.1" | ||
}, | ||
@@ -21,0 +21,0 @@ "dependencies": { |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
/** | ||
@@ -204,3 +205,2 @@ Apache License | ||
*/ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -207,0 +207,0 @@ var isEqual = require('lodash.isequal'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43020