Compare commits

..

2 Commits

Author SHA1 Message Date
a9715381c1 2.0.4 2018-01-27 18:13:07 +01:00
c2f081d69a fix(security): improve security CI step 2018-01-27 18:13:03 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ security:
stage: security stage: security
script: script:
- npmci command yarn global add snyk - npmci command yarn global add snyk
- npmci npm install - npmci command yarn install --ignore-scripts
- npmci command snyk test - npmci command snyk test
tags: tags:
- docker - docker

View File

@ -1,6 +1,6 @@
{ {
"name": "lik", "name": "lik",
"version": "2.0.3", "version": "2.0.4",
"description": "light little helpers for node", "description": "light little helpers for node",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",