boring-router-react
Advanced tools
Comparing version 0.5.20 to 0.5.21-alpha.0
{ | ||
"name": "boring-router-react", | ||
"version": "0.5.20", | ||
"version": "0.5.21-alpha.0", | ||
"description": "A type-safe MobX router with parallel routing support.", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/makeflow/boring-router.git" | ||
"url": "https://github.com/mufancom/boring-router.git" | ||
}, | ||
@@ -15,3 +15,4 @@ "exports": { | ||
"import": "./bld/library/esm/index.js", | ||
"require": "./bld/library/cjs/index.js" | ||
"require": "./bld/library/cjs/index.js", | ||
"default": "./bld/library/cjs/index.js" | ||
}, | ||
@@ -36,3 +37,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "6c36aad9482a81b7c5b5be9a59da358e5afba529" | ||
"gitHead": "6658c99db814a799444cccf3ce530b0d445bbc2b" | ||
} |
@@ -5,3 +5,3 @@ # Boring Router React | ||
Checkout https://makeflow.github.io/boring-router/ for documentation. | ||
Checkout https://mufancom.github.io/boring-router/ for documentation. | ||
@@ -8,0 +8,0 @@ ## License |
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
89822