@tanem/react-nprogress
Advanced tools
Comparing version 1.1.11 to 1.1.12
# Changelog | ||
## [v1.1.12](https://github.com/tanem/react-nprogress/tree/v1.1.12) (2019-04-18) | ||
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.11...v1.1.12) | ||
**Merged pull requests:** | ||
- Fix example imports [\#104](https://github.com/tanem/react-nprogress/pull/104) ([tanem](https://github.com/tanem)) | ||
## [v1.1.11](https://github.com/tanem/react-nprogress/tree/v1.1.11) (2019-04-13) | ||
@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/tanem/react-nprogress/compare/v1.1.10...v1.1.11) |
{ | ||
"name": "@tanem/react-nprogress", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "A React primitive for building slim progress bars.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ (function (global, factory) { | ||
function unwrapExports (x) { | ||
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x.default : x; | ||
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x; | ||
} | ||
@@ -11,0 +11,0 @@ |
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
159008