prepare for npm

This commit is contained in:
Ryan Haskell-Glatz 2019-10-31 15:42:44 -05:00
parent a9d4b1ecd7
commit 4e1f7f71fa
2 changed files with 12 additions and 12 deletions

View File

@ -1,10 +1,10 @@
.cache
./cli/elm-stuff
./cli/src
./cli/elm.json
./dist
./examples
./node_modules
./src
./elm*.json
./netlify.toml
cli/elm-stuff/*
cli/src/*
cli/elm.json
dist/*
examples/*
node_modules/*
src/*
elm*.json
netlify.toml

View File

@ -1,8 +1,8 @@
{
"name": "elm-spa",
"version": "1.0.0",
"name": "@ryannhg/elm-spa",
"version": "0.0.2",
"description": "a way to make single page applications in elm",
"main": "index.js",
"main": "cli/index.js",
"scripts": {
"dev": "npm run generate && parcel examples/html/index.html",
"build": "npm run generate && npm run build:example",