Comparing version 6.0.6--beta to 6.0.7--beta
{ | ||
"name": "elm-spa", | ||
"version": "6.0.6--beta", | ||
"version": "6.0.7--beta", | ||
"description": "single page apps made easy", | ||
@@ -5,0 +5,0 @@ "bin": "dist/src/index.js", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = (page) => ` | ||
module Pages.${page.join('.')} exposing (page) | ||
module Pages.${page.join('.')} exposing (view) | ||
@@ -9,6 +9,6 @@ import View exposing (View) | ||
page : View Never | ||
page = | ||
view : View Never | ||
view = | ||
View.placeholder "${page.join('.')}" | ||
`.trimLeft(); |
{ | ||
"name": "elm-spa", | ||
"version": "6.0.6--beta", | ||
"version": "6.0.7--beta", | ||
"description": "single page apps made easy", | ||
@@ -5,0 +5,0 @@ "bin": "dist/src/index.js", |
@@ -16,3 +16,3 @@ { | ||
"elm/url": "1.0.0", | ||
"ryannhg/elm-spa": "5.1.0" | ||
"ryannhg/elm-spa": "5.2.0" | ||
}, | ||
@@ -19,0 +19,0 @@ "indirect": { |
Sorry, the diff of this file is not supported yet
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
83457