From 3df17334ad05ee7825a47b478c83c1dbefd7eb8c Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Mon, 27 Aug 2018 21:57:36 -0500 Subject: [PATCH] support new engines --- .gitignore | 4 +++- package.json | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b512c09..f798d86 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -node_modules \ No newline at end of file +node_modules +.idea/* +*.lock \ No newline at end of file diff --git a/package.json b/package.json index e38d591..ef2c122 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-izitoast", - "version": "1.1.0", + "version": "1.1.1", "description": "Elegant, responsive, flexible and lightweight notification plugin implemented for Vue 2 of iziToast", "main": "dist/vue-izitoast.js", "files": [ @@ -34,8 +34,8 @@ "js" ], "engines": { - "node": "^6.11.4 || ^8.7.0", - "npm": "^3.10.10 || ^5.4.2", + "node": "^6.11.4 || ^8.7.0 || ^9.0.0 || ^10.0.0", + "npm": "^3.10.10 || ^5.4.2 || ^6.0.0", "yarn": "^1.0.0" }, "author": "Arthur Vasconcelos (http://arthurvasconcelos.com.br/)",