aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarvin Borner2019-01-22 18:42:07 +0100
committerMarvin Borner2019-01-22 18:42:07 +0100
commit6cf24c5db59ba99fc3c15bfb39780d888248181d (patch)
tree548f506f1645231a80ca11da499f1f19b11186f3
parente3cd2140ccb7338df87bf5e184926772835668ba (diff)
Forgot key management
-rw-r--r--.editorconfig2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index c492aee..cb64490 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -2,7 +2,7 @@ root = true
[*]
indent_style = space
-indent_size = 2
+indent_size = 4
end_of_line = lf
charset = utf-8
diff --git a/package.json b/package.json
index 66407c7..6410762 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"watch": "npm run build && onchange public/styles/* -- npm run css & watchify public/scripts/*.js -o dist/app.js -v",
"css": "node-sass public/styles/main.scss dist/app.css --output-style compressed",
"build": "rm -r dist/* && npm run css && browserify public/scripts/*.js -o dist/app.js && cp public/fonts/* dist/",
- "server": "peerjs --port 4242 --key decentralisawesome"
+ "server": "peerjs --port 4242"
},
"keywords": [
"express",