mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-22 20:01:19 +03:00
prepare for npm
This commit is contained in:
parent
a9d4b1ecd7
commit
4e1f7f71fa
18
.npmignore
18
.npmignore
@ -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
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user