Comparing version 2.0.5 to 2.0.6
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -22,4 +22,4 @@ { | ||
"elm-live": "4.0.1", | ||
"elm-spa": "2.0.4" | ||
"elm-spa": "2.0.6" | ||
} | ||
} |
@@ -0,0 +0,0 @@ // On load, listen to Elm! |
@@ -0,0 +0,0 @@ # your elm-spa |
# src/Components | ||
> views shared across the site |
# src/Layouts | ||
> where all your pages go |
# src/Pages | ||
> where all your pages go | ||
# src/Utils | ||
> a place for helper functions |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -22,4 +22,4 @@ { | ||
"elm-live": "4.0.1", | ||
"elm-spa": "2.0.4" | ||
"elm-spa": "2.0.6" | ||
} | ||
} |
@@ -0,0 +0,0 @@ // On load, listen to Elm! |
@@ -0,0 +0,0 @@ # your elm-spa |
# src/Components | ||
> views shared across the site |
# src/Layouts | ||
> where all your pages go |
# src/Pages | ||
> where all your pages go | ||
# src/Utils | ||
> a place for helper functions |
{ | ||
"name": "elm-spa", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "the cli companion tool for ryannhg/elm-spa", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
# elm-spa/cli | ||
> the thing that types the stuff | ||
#!/usr/bin/env node | ||
const path = require('path') | ||
const cwd = process.cwd() | ||
const package = require('../package.json') | ||
const { File, Elm, bold } = require('./utils.js') | ||
@@ -132,6 +131,5 @@ | ||
build, | ||
help, | ||
'-v': _ => console.info(`elm-spa version ${package.version}`) | ||
help | ||
} | ||
main(process.argv.slice(2)) |
@@ -0,0 +0,0 @@ const path = require('path') |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
274655