From 9abc27dda1d83596c621435106f7139068fe7683 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 9 Jul 2017 14:36:55 +0200 Subject: [PATCH] Add await-server as a build dependency, and fix the entry point --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 343cc48..496a008 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pastebin-stream", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -33,6 +33,7 @@ "devDependencies": { "@joepie91/gulp-partial-patch-livereload-logger": "^1.0.1", "@joepie91/gulp-preset-scss": "^1.0.3", + "await-server": "^1.0.0", "babel-core": "^6.22.1", "babel-loader": "^6.2.10", "babel-preset-es2015": "^6.22.0",