@nuxtjs/router
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.3.1"></a> | ||
## [1.3.1](https://github.com/nuxt-community/router-module/compare/v1.3.0...v1.3.1) (2019-02-15) | ||
### Bug Fixes | ||
* **paths:** support for windows paths ([e1817ba](https://github.com/nuxt-community/router-module/commit/e1817ba)) | ||
<a name="1.3.0"></a> | ||
@@ -7,0 +17,0 @@ # [1.3.0](https://github.com/nuxt-community/router-module/compare/v1.2.1...v1.3.0) (2019-02-13) |
@@ -31,3 +31,3 @@ const { relative, resolve } = require('path') | ||
options: { | ||
routerFilePath: relative(this.options.buildDir, routerFilePath).replace(/\/+/g, '/'), | ||
routerFilePath: relative(this.options.buildDir, routerFilePath).replace(/\/\//g, '/'), | ||
keepDefaultRouter: options.keepDefaultRouter | ||
@@ -34,0 +34,0 @@ } |
{ | ||
"name": "@nuxtjs/router", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Nuxt module to use router.js instead of pages/ directory.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
9902