Comparing version
@@ -0,1 +1,37 @@ | ||
2.2.4 / 2018-03-13 | ||
================== | ||
* Use flow strict mode (i.e. `@flow strict`). | ||
2.2.3 / 2018-02-19 | ||
================== | ||
* Change license from BSD+Patents to MIT. | ||
2.2.2 / 2016-11-15 | ||
================== | ||
* Add LICENSE file. | ||
* Misc housekeeping. | ||
2.2.1 / 2016-03-09 | ||
================== | ||
* Use `NODE_ENV` variable instead of `__DEV__` to cache `process.env.NODE_ENV`. | ||
2.2.0 / 2015-11-17 | ||
================== | ||
* Use `error.name` instead of `Invariant Violation`. | ||
2.1.3 / 2015-11-17 | ||
================== | ||
* Remove `@provideModule` pragma. | ||
2.1.2 / 2015-10-27 | ||
================== | ||
* Fix license. | ||
2.1.1 / 2015-09-20 | ||
@@ -2,0 +38,0 @@ ================== |
{ | ||
"name": "invariant", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "invariant", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"browserify": "^11.0.1", | ||
"flow-bin": "^0.35.0", | ||
"flow-bin": "^0.67.1", | ||
"tap": "^1.4.0" | ||
@@ -28,0 +28,0 @@ }, |
Sorry, the diff of this file is not supported yet
7639
8.74%