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