Compare commits

...

2 Commits

Author SHA1 Message Date
90a97cb0eb 1.1.6 2018-07-13 22:51:10 +02:00
5bacff743d fix(core): update 2018-07-13 22:51:10 +02:00
3 changed files with 3 additions and 2 deletions

View File

@ -118,6 +118,7 @@ pages:
stage: metadata
script:
- npmci command npm install -g typedoc
- npmci npm install
- npmci command typedoc --out public/ ts/
tags:
- docker

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsrun",
"version": "1.1.5",
"version": "1.1.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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