This commit is contained in:
Philipp Kunz 2022-04-18 22:17:11 +02:00
parent f2e91b8e1b
commit 8c4404ff68
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@pushrocks/projectinfo", "name": "@pushrocks/projectinfo",
"version": "5.0.0", "version": "5.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pushrocks/projectinfo", "name": "@pushrocks/projectinfo",
"version": "5.0.0", "version": "5.0.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smartfile": "^9.0.6", "@pushrocks/smartfile": "^9.0.6",

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/projectinfo", "name": "@pushrocks/projectinfo",
"version": "5.0.0", "version": "5.0.1",
"private": false, "private": false,
"description": "gather information about projects. supports npm, git etc.", "description": "gather information about projects. supports npm, git etc.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",