This commit is contained in:
Philipp Kunz 2018-09-02 14:21:05 +02:00
parent 9b3db5daca
commit d26a8b02db
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "projectinfo", "name": "projectinfo",
"version": "4.0.0", "version": "4.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/projectinfo", "name": "@pushrocks/projectinfo",
"version": "4.0.0", "version": "4.0.1",
"description": "gather information about projects. supports npm, git etc.", "description": "gather information about projects. supports npm, git etc.",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -39,4 +39,4 @@
"@pushrocks/smartstring": "^3.0.4" "@pushrocks/smartstring": "^3.0.4"
}, },
"private": true "private": true
} }