From ad8383f38ed1ff6c939f2bdbcca48565dccbdd5d Mon Sep 17 00:00:00 2001 From: "matthew.woolf@mailonline.co.uk" Date: Fri, 6 Apr 2018 11:20:15 +0100 Subject: [PATCH] Remove Babel-v7 dependancy and bump version --- package-lock.json | 36 +----------------------------------- package.json | 3 +-- 2 files changed, 2 insertions(+), 37 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a256ec..94e6a5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,28 +1,9 @@ { "name": "fast-async", - "version": "6.3.0", + "version": "6.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { - "@babel/helper-module-imports": { - "version": "7.0.0-beta.39", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.39.tgz", - "integrity": "sha512-9rX3HHqjq1ZIeZgfUm9HEfZc3A/HzjCwnRHn611h0Ou936o81e7ple/NBl0nHLSI1jcJxep8Cp0hNExhM8klJg==", - "requires": { - "@babel/types": "7.0.0-beta.39", - "lodash": "4.17.5" - } - }, - "@babel/types": { - "version": "7.0.0-beta.39", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.0.0-beta.39.tgz", - "integrity": "sha512-wrEe0z4kFP0KbFz8aHbPOGQal0gn+J2Iv9ZJGYbD77JN4BpavbF5l/BvLNZ0Omn665VENncoLVmQpclMbh64sQ==", - "requires": { - "esutils": "2.0.2", - "lodash": "4.17.5", - "to-fast-properties": "2.0.0" - } - }, "acorn": { "version": "5.4.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.4.1.tgz", @@ -33,16 +14,6 @@ "resolved": "https://registry.npmjs.org/acorn-es7-plugin/-/acorn-es7-plugin-1.1.7.tgz", "integrity": "sha1-8u4fMiipDurRJF+asZIusucdM2s=" }, - "esutils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz", - "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=" - }, - "lodash": { - "version": "4.17.5", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz", - "integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==" - }, "nodent-compiler": { "version": "3.1.7", "resolved": "https://registry.npmjs.org/nodent-compiler/-/nodent-compiler-3.1.7.tgz", @@ -62,11 +33,6 @@ "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" } } } diff --git a/package.json b/package.json index 5aa63da..42afc29 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,7 @@ { "name": "fast-async", - "version": "6.3.1", + "version": "6.3.2", "dependencies": { - "@babel/helper-module-imports": "^7.0.0-beta.39", "nodent-compiler": ">=3.1.7", "nodent-runtime": ">=3.2.0" },