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/* dist/*
examples/* examples/*
node_modules/* node_modules/*
elm-stuff/*
src/* src/*
/elm*.json /elm*.json
/netlify.toml /netlify.toml

View File

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

View File

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