From df1e1b27e64c42bcf942a4e659fdb3b3a6d54585 Mon Sep 17 00:00:00 2001 From: Jeff Barczewski Date: Sat, 11 Apr 2020 19:33:19 -0500 Subject: [PATCH] 1.0.0 --- npm-shrinkwrap.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index be0135b..0688fbf 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "pkglink", - "version": "0.7.9", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index df29790..7ffdbab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pkglink", - "version": "0.7.9", + "version": "1.0.0", "description": "Space saving Node.js package hard linker. pkglink locates common JavaScript/Node.js packages from your node_modules directories and hard links the package files so they share disk space.", "main": "build-lib/index.js", "bin": {