summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-07-24 13:17:31 +0100
committerAndrej Mihajlov <and@codeispoetry.ru>2017-07-24 13:17:31 +0100
commit4e017c49c3bc6985b58f328181bfd3a2e7b20e08 (patch)
tree630c6a8b531eabcf432c3bc31fa6eb10c4e1c2b9
parentbaf46f30456920ee702d23a6b08a0cd979bc36f4 (diff)
parent5c0b47ba03021099ae4ceeafcfe4e98e7b8dec6b (diff)
downloadmullvadvpn-4e017c49c3bc6985b58f328181bfd3a2e7b20e08.tar.xz
mullvadvpn-4e017c49c3bc6985b58f328181bfd3a2e7b20e08.zip
Merge branch 'drop-esdoc-config'
-rw-r--r--.esdoc.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/.esdoc.json b/.esdoc.json
deleted file mode 100644
index 94fb638caf..0000000000
--- a/.esdoc.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "title": "Mullvad VPN",
- "source": "./app",
- "destination": "./docs",
- "test": {
- "type": "mocha",
- "source": "./test"
- },
- "experimentalProposal": {
- "classProperties": true,
- "objectRestSpread": true,
- "doExpressions": true,
- "functionBind": true,
- "functionSent": true,
- "asyncGenerators": true,
- "decorators": true,
- "exportExtensions": true,
- "dynamicImport": true
- }
-}