summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-10-21 18:18:52 +0300
committerYuval Adam <_@yuv.al>2017-10-21 18:18:52 +0300
commit9f02c1e90a7c92de13ac018c67a98d6c9f7aa6c0 (patch)
treed137bf858e60d00c5ae2832ec8f6ed05e30f0e72 /package.json
parentba99d479918fa7408d04ab18015554994a95f486 (diff)
Fix syntax error
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4ed310f..6a3b469 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"scripts": {
"build": "NODE_ENV=production webpack --config ./webpack.config.js --progress --colors",
"start": "node ./server.js"
- }
+ },
"dependencies": {
"aws-sdk": "^2.138.0",
"express": "^4.16.2",