abstract-state-router
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -0,1 +1,5 @@ | ||
# [6.0.3](https://github.com/TehShrike/abstract-state-router/releases/tag/v6.0.3) | ||
- bug fix: point package.main at the ES5 bundle instead of the ES2015 code :-x [34ea0baa](https://github.com/TehShrike/abstract-state-router/commit/34ea0baa3286affed51d1a493aeedbb5b40819ae) | ||
# [6.0.2](https://github.com/TehShrike/abstract-state-router/releases/tag/v6.0.2) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "abstract-state-router", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "Like ui-router, but without all the Angular. The best way to structure a single-page webapp.", | ||
"main": "index.js", | ||
"main": "bundle.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "build": "rollup -c", |
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
1073459