From a7a9e7ae17475ccfaae37f49aef835f1ff29eecf Mon Sep 17 00:00:00 2001 From: Sarup Banskota Date: Tue, 11 Jul 2017 01:44:27 +0700 Subject: [PATCH] Gitignore package-lock (#5918) --- .gitignore | 1 + package.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c775418b4b..0de100ca52 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ /coverage dist /.package.json +package-lock.json /packages/babel-runtime/core-js/**/*.js !/packages/babel-runtime/core-js/map.js /packages/babel-runtime/helpers/*.js diff --git a/package.json b/package.json index b08c87982f..5c36287f17 100644 --- a/package.json +++ b/package.json @@ -50,9 +50,9 @@ "through2": "^2.0.0", "uglify-js": "^2.4.16" }, - "devEngines": { - "node": ">= 4.x <= 7.x", - "npm": "2.x || 3.x || 4.x" + "engines": { + "node": ">= 4.x <= 8.x", + "npm": ">= 2.x <= 5.x" }, "nyc": { "all": true,