Compare commits

...

5 Commits

Author SHA1 Message Date
2fc6c3d358 8.0.16 2017-09-05 18:48:16 +02:00
0c74fb3343 update docs 2017-09-05 18:48:12 +02:00
d821a2efa6 update indention 2017-08-31 20:48:30 +02:00
66f2321d99 8.0.15 2017-08-29 16:17:52 +02:00
816f4f57fb update ci 2017-08-29 16:17:46 +02:00
4 changed files with 39 additions and 27 deletions

View File

@ -15,7 +15,9 @@ stages:
testLEGACY:
stage: test
script:
- npmci test legacy
- npmci node install legacy
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker
@ -24,7 +26,9 @@ testLEGACY:
testLTS:
stage: test
script:
- npmci test lts
- npmci node install lts
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker
@ -32,7 +36,9 @@ testLTS:
testSTABLE:
stage: test
script:
- npmci test stable
- npmci node install stable
- npmci npm install
- npmci npm test
coverage: /\d+.?\d+?\%\s*coverage/
tags:
- docker
@ -40,7 +46,8 @@ testSTABLE:
release:
stage: release
script:
- npmci publish
- npmci npm prepare
- npmci npm publish
only:
- tags
tags:

5
docs/structure.md Normal file
View File

@ -0,0 +1,5 @@
---
name: npmts project structure
description: how npmts projects are structured
---
# npmts - Project Structure

View File

@ -1,6 +1,6 @@
{
"name": "npmts",
"version": "8.0.14",
"version": "8.0.16",
"description": "best practice npm TypeScript modules",
"main": "dist/index.js",
"bin": {