fix(package.json): fix private param

This commit is contained in:
Philipp Kunz 2018-09-02 14:24:45 +02:00
parent d26a8b02db
commit d5f72a76d9

View File

@ -1,6 +1,7 @@
{
"name": "@pushrocks/projectinfo",
"version": "4.0.1",
"private": false,
"description": "gather information about projects. supports npm, git etc.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -37,6 +38,5 @@
"@pushrocks/smartpath": "^4.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"@pushrocks/smartstring": "^3.0.4"
},
"private": true
}
}