diff --git a/.npmignore b/.npmignore index 37b1b76..00cbe6f 100644 --- a/.npmignore +++ b/.npmignore @@ -1,10 +1,10 @@ .cache -./cli/elm-stuff -./cli/src -./cli/elm.json -./dist -./examples -./node_modules -./src -./elm*.json -./netlify.toml \ No newline at end of file +cli/elm-stuff/* +cli/src/* +cli/elm.json +dist/* +examples/* +node_modules/* +src/* +elm*.json +netlify.toml \ No newline at end of file diff --git a/package.json b/package.json index 1448706..66bf059 100644 --- a/package.json +++ b/package.json @@ -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",