2 Commits

Author SHA1 Message Date
1afa78307c 2.0.2 2018-06-07 23:14:58 +02:00
ab9ca8f15f fix(package.json): fix private property 2018-06-07 23:14:57 +02:00
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@gitzone/tools", "name": "@gitzone/tools",
"version": "2.0.1", "version": "2.0.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "@gitzone/tools", "name": "@gitzone/tools",
"version": "2.0.1", "version": "2.0.2",
"private": true, "private": false,
"description": "setup your environment with the most important tools and update them easily.", "description": "setup your environment with the most important tools and update them easily.",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",