From 9f9c440e1c8526aaa5662001ca7682bbbd1927f1 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 10 Jun 2022 14:14:00 +0200 Subject: [PATCH] 1.0.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b8e6ec..fa8b72f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pushrocks/smartdocumentation", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pushrocks/smartdocumentation", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@pushrocks/smartfile": "^10.0.2", diff --git a/package.json b/package.json index 9c2e0db..894569e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartdocumentation", - "version": "1.0.1", + "version": "1.0.2", "private": false, "description": "a tool for mapping git directories to documentation sites", "main": "dist_ts/index.js",