2 Commits

Author SHA1 Message Date
5db9964480 1.0.5 2017-05-27 23:24:17 +02:00
fb94ff3be6 update ci yml 2017-05-27 23:24:09 +02:00
2 changed files with 6 additions and 3 deletions

View File

@ -56,10 +56,13 @@ trigger:
- docker - docker
pages: pages:
image: hosttoday/ht-docker-node:npmpage image: hosttoday/ht-docker-node:npmci
stage: pages stage: pages
script: script:
- npmci command npmpage --publish gitlab - npmci command yarn global add npmpage
- npmci command npmpage
tags:
- docker
only: only:
- tags - tags
artifacts: artifacts:

View File

@ -1,6 +1,6 @@
{ {
"name": "smartfm", "name": "smartfm",
"version": "1.0.4", "version": "1.0.5",
"description": "frontmatter done right", "description": "frontmatter done right",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",