From c3f539697bab1f7aaf1715c031fce8148be37455 Mon Sep 17 00:00:00 2001 From: Arthur Bogaart Date: Thu, 15 Mar 2018 13:00:24 +0100 Subject: [PATCH] Support Node 8 --- package-lock.json | 5 +++++ package.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..abbe8a8 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "hippo-ckeditor-wordcount-plugin", + "version": "0.13.1", + "lockfileVersion": 1 +} diff --git a/package.json b/package.json index ab779cb..72f508e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hippo-ckeditor-wordcount-plugin", - "version": "0.13.0", + "version": "0.13.1", "author": "w8tcha", "repository": { "type": "git", @@ -18,7 +18,7 @@ "package.json" ], "engines": { - "node": "6" + "node": ">=8", + "npm": ">=5" } } -