mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-23 04:14:04 +03:00
exclude elm stuff
This commit is contained in:
parent
36a9d42107
commit
7d5c82a640
@ -6,6 +6,7 @@ cli/README.md
|
|||||||
dist/*
|
dist/*
|
||||||
examples/*
|
examples/*
|
||||||
node_modules/*
|
node_modules/*
|
||||||
|
elm-stuff/*
|
||||||
src/*
|
src/*
|
||||||
/elm*.json
|
/elm*.json
|
||||||
/netlify.toml
|
/netlify.toml
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ryannhg/elm-spa": "1.0.5",
|
"@ryannhg/elm-spa": "1.0.6",
|
||||||
"chokidar-cli": "2.1.0",
|
"chokidar-cli": "2.1.0",
|
||||||
"elm": "0.19.1-3",
|
"elm": "0.19.1-3",
|
||||||
"elm-live": "4.0.1"
|
"elm-live": "4.0.1"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ryannhg/elm-spa",
|
"name": "@ryannhg/elm-spa",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"description": "a way to make single page applications in elm",
|
"description": "a way to make single page applications in elm",
|
||||||
"main": "cli/index.js",
|
"main": "cli/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user