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

View File

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