Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
a71ffb2415 | |||
dc2be85236 |
@ -5,6 +5,13 @@ stages:
|
||||
- release
|
||||
- page
|
||||
|
||||
testLEGACY:
|
||||
stage: test
|
||||
script:
|
||||
- npmci test legacy
|
||||
tags:
|
||||
- docker
|
||||
|
||||
testLTS:
|
||||
stage: test
|
||||
script:
|
||||
|
@ -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": {
|
||||
|
Reference in New Issue
Block a user