exclude elm stuff

This commit is contained in:
Ryan Haskell-Glatz 2019-11-01 22:57:00 -05:00
parent 36a9d42107
commit 7d5c82a640
3 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@ cli/README.md
dist/*
examples/*
node_modules/*
elm-stuff/*
src/*
/elm*.json
/netlify.toml

View File

@ -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"

View File

@ -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": {