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: stages:
- test - test
- release - release
testLEGACY:
stage: test
script:
- npmci test legacy
tags:
- docker
testLTS: testLTS:
stage: test stage: test
script: script:

View File

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