mirror of
https://github.com/jlengrand/elm-dungeon.git
synced 2026-03-10 08:11:19 +00:00
chore: prepare for netlify
This commit is contained in:
4
netlify.toml
Normal file
4
netlify.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
||||
14023
package-lock.json
generated
Normal file
14023
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "elm-dungeon",
|
||||
"version": "1.0.0",
|
||||
"description": "Simple dungeon tile based game written in Elm ",
|
||||
"main": "build/index.html",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "elm-app build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jlengrand/elm-dungeon.git"
|
||||
},
|
||||
"keywords": [
|
||||
"elm"
|
||||
],
|
||||
"author": "Julien Lengrand-Lambert <julien@lengrand.fr>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jlengrand/elm-dungeon/issues"
|
||||
},
|
||||
"homepage": "https://github.com/jlengrand/elm-dungeon#readme",
|
||||
"devDependencies": {
|
||||
"create-elm-app": "^3.2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user