nuclide-test-helpers
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -77,2 +77,3 @@ 'use babel'; | ||
expectAsyncFailure, | ||
matchers: require('./matchers'), | ||
}; |
{ | ||
"dependencies": { | ||
"chalk": "1.0.0", | ||
"diff": "1.4.0" | ||
}, | ||
"description": "Provides utility functions for creating package test suites", | ||
"devDependencies": { | ||
"nuclide-jasmine": "0.0.24" | ||
"nuclide-jasmine": "0.0.25" | ||
}, | ||
@@ -16,3 +20,3 @@ "main": "./lib/main", | ||
}, | ||
"version": "0.0.24" | ||
"version": "0.0.25" | ||
} |
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
10558
8
256
2
80
+ Addedchalk@1.0.0
+ Addeddiff@1.4.0
+ Addedansi-regex@1.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.0.0(transitive)
+ Addeddiff@1.4.0(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedget-stdin@4.0.1(transitive)
+ Addedhas-ansi@1.0.3(transitive)
+ Addedstrip-ansi@2.0.1(transitive)
+ Addedsupports-color@1.3.1(transitive)