Compare commits

...

2 Commits

Author SHA1 Message Date
cfac1c5008 1.0.3 2018-06-04 23:50:26 +02:00
c4b38d7b41 fix(package.json): fix name 2018-06-04 23:50:26 +02:00
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "tsrun",
"version": "1.0.2",
"version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "tsrun",
"version": "1.0.2",
"name": "@gitzone/tsrun",
"version": "1.0.3",
"description": "run typescript programs efficiently",
"main": "dist/index.js",
"typings": "dist/index.d.ts",