From 97228ad9b5fc61ce37d825970f2694024debb9da Mon Sep 17 00:00:00 2001 From: Sharry Xu Date: Tue, 1 Dec 2020 00:37:10 +0800 Subject: [PATCH] Remove dependencies. --- package-lock.json | 10 +--------- package.json | 4 +--- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5980ddf..e813812 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,5 @@ { "name": "hexo-tag-replace", "version": "0.1.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" - } - } + "lockfileVersion": 1 } diff --git a/package.json b/package.json index c0eb454..20100ff 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,5 @@ "url": "https://github.com/SharryXu" }, "license": "MIT", - "dependencies": { - "lodash": "^4.17.20" - } + "dependencies": {} }