Compare commits

...

2 Commits

Author SHA1 Message Date
e102203422 1.0.8 2016-09-04 17:36:19 +02:00
92a37cf29b fix ci 2016-09-04 17:36:07 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ pages:
image: hosttoday/ht-docker-node:npmpage
stage: page
script:
- npmci command npmts
- npmci test stable
- npmci command npmpage --host gitlab
only:
- tags

View File

@ -1,6 +1,6 @@
{
"name": "smartcli",
"version": "1.0.7",
"version": "1.0.8",
"description": "nodejs wrapper for CLI related tasks",
"main": "dist/index.js",
"typings": "dist/index.d.ts",