Compare commits

...

2 Commits

Author SHA1 Message Date
a71ffb2415 5.2.1 2016-06-03 16:48:58 +02:00
dc2be85236 add legacy test 2016-06-03 16:46:10 +02:00
2 changed files with 8 additions and 1 deletions

View File

@ -5,6 +5,13 @@ stages:
- release
- page
testLEGACY:
stage: test
script:
- npmci test legacy
tags:
- docker
testLTS:
stage: test
script:

View File

@ -1,6 +1,6 @@
{
"name": "npmts",
"version": "5.2.0",
"version": "5.2.1",
"description": "write npm modules with TypeScript",
"main": "dist/index.js",
"bin": {