bs-nprogress
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -8,3 +8,2 @@ { | ||
"refmt": 3, | ||
"bsc-flags": ["-bs-super-errors"], | ||
"package-specs": { | ||
@@ -11,0 +10,0 @@ "module": "commonjs", |
@@ -0,1 +1,5 @@ | ||
# 4.0.0 | ||
* **[ BREAKING ]** `bs-platform` updated to `4.0.0`. | ||
* Added `NProgress.incBy`. | ||
# 3.0.0 | ||
@@ -2,0 +6,0 @@ * **[ BREAKING ]** `bs-platform` updated to `3.0.0`. |
{ | ||
"name": "bs-nprogress", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "BuckleScript bindings to nprogress", | ||
@@ -17,7 +17,7 @@ "author": "Alex Fedoseev <alex.fedoseev@gmail.com>", | ||
"peerDependencies": { | ||
"bs-platform": "^3.0.0", | ||
"bs-platform": "^4.0.7", | ||
"nprogress": "^0.2.0" | ||
}, | ||
"devDependencies": { | ||
"bs-platform": "3.0.0", | ||
"bs-platform": "4.0.7", | ||
"nprogress": "0.2.0" | ||
@@ -24,0 +24,0 @@ }, |
Sorry, the diff of this file is not supported yet
3931
13