4 Commits

Author SHA1 Message Date
c7b0722155 1.0.14 2018-03-01 00:19:22 +01:00
6cbd74eb12 update ci 2018-03-01 00:19:18 +01:00
fe52811dcd 1.0.13 2018-03-01 00:17:37 +01:00
9c1e306c99 update ci 2018-03-01 00:17:33 +01:00
3 changed files with 9 additions and 10 deletions

View File

@ -29,7 +29,6 @@ security:
- npmci command snyk test - npmci command snyk test
tags: tags:
- docker - docker
allow_failure: true
testLEGACY: testLEGACY:
stage: test stage: test

View File

@ -1,10 +1,10 @@
{ {
"npmts": { "npmts": {
"mode": "default" "mode": "default"
}, },
"npmci": { "npmci": {
"globalNpmTools": [ "npmGlobalTools": [
"npmts" "npmts"
] ]
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "smartchok", "name": "smartchok",
"version": "1.0.12", "version": "1.0.14",
"description": "smart wrapper for chokidar", "description": "smart wrapper for chokidar",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",