From c4b38d7b41cc6281c7f3c2bcecb9107802cdd14f Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 4 Jun 2018 23:50:26 +0200 Subject: [PATCH] fix(package.json): fix name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f5731b..beb6291 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "tsrun", + "name": "@gitzone/tsrun", "version": "1.0.2", "description": "run typescript programs efficiently", "main": "dist/index.js",