From e7dca6c859e10f3d54f31bf49989bb65f1b5b794 Mon Sep 17 00:00:00 2001 From: Roland Warmerdam Date: Fri, 18 May 2018 14:40:20 -0700 Subject: [PATCH] Remove engines field --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 8ac37db7..8c745dc8 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,6 @@ "build": "concurrently --names 'commonjs,esm,standalone' 'yarn run build-commonjs' 'yarn run build-esm' 'yarn run build-standalone'", "clean": "rm -rf {commonjs,esm,standalone}" }, - "engines": { - "node": ">=8" - }, "dependencies": { "@segment/top-domain": "^3.0.0", "babel-runtime": "^6.26.0",