Compare commits

...

2 Commits

Author SHA1 Message Date
00a892ee82 2.0.8 2016-06-21 17:11:50 +02:00
0eb6d13be9 testing legacy 2016-06-21 17:11:19 +02:00
2 changed files with 9 additions and 2 deletions

View File

@ -1,9 +1,16 @@
image: hosttoday/ht-docker-node:npmci
image: hosttoday/ht-docker-node:npmts
stages:
- test
- release
testLEGACY:
stage: test
script:
- npmci test legacy
tags:
- docker
testLTS:
stage: test
script:

View File

@ -1,6 +1,6 @@
{
"name": "smartstring",
"version": "2.0.7",
"version": "2.0.8",
"description": "handle strings in smart ways. TypeScript ready.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",