Compare commits

...

9 Commits

Author SHA1 Message Date
4e541b7986 1.0.5 2017-03-26 12:54:21 +02:00
b6cfc24613 remove typings for tap 2017-03-26 12:54:16 +02:00
61fb4ef7bb 1.0.4 2017-03-26 11:56:52 +02:00
9afc1b80b5 add latest gzone standard 2017-03-26 11:56:46 +02:00
1bb67e331b update README 2017-03-26 11:40:00 +02:00
6e5a7529b0 1.0.3 2017-03-04 10:06:46 +01:00
bf2e8fd5c6 fix 2017-03-04 10:06:43 +01:00
eaee03e33f 1.0.2 2017-03-04 09:20:26 +01:00
a464f6d81c add npmextra.json 2017-03-04 09:20:23 +01:00
5 changed files with 33 additions and 5 deletions

View File

@ -1,5 +1,10 @@
# gitzone standard
image: hosttoday/ht-docker-node:npmts
image: hosttoday/ht-docker-node:npmci
cache:
paths:
- .yarn/
key: "$CI_BUILD_STAGE"
stages:
- test
@ -51,10 +56,13 @@ trigger:
- docker
pages:
image: hosttoday/ht-docker-node:npmpage
image: hosttoday/ht-docker-node:npmci
stage: pages
script:
- npmci command yarn global add npmpage
- npmci command npmpage --publish gitlab
tags:
- docker
only:
- tags
artifacts:

View File

@ -21,6 +21,19 @@ tap bundled for tapbuffer
## Usage
Use TypeScript for best in class instellisense.
note this package includes
* tap
* chai
* chai-as-promised
* @types/tap
* @types/chai
* @types/chai-as-promised
```javascript
import {tap, expect} from 'tapbundle' // has typings in place
```
For further information read the linked docs at the top of this README.
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)

7
npmextra.json Normal file
View File

@ -0,0 +1,7 @@
{
"npmci": {
"globalNpmTools": [
"npmts"
]
}
}

View File

@ -1,9 +1,9 @@
{
"name": "tapbundle",
"version": "1.0.1",
"version": "1.0.5",
"description": "tap bundled for tapbuffer",
"main": "dist/index.js",
"typings": "dsit/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},

View File

@ -1,5 +1,5 @@
import 'typings-global'
import * as tap from 'tap'
let tap = require('tap')
import { expect } from 'smartchai'
export {