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