From 9f02c1e90a7c92de13ac018c67a98d6c9f7aa6c0 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 21 Oct 2017 18:18:52 +0300 Subject: Fix syntax error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.3.1