Compare commits

..

2 Commits

Author SHA1 Message Date
f208121e2c 2.0.12 2018-01-27 18:02:05 +01:00
7c4ae84871 fix(improve security CI step): 2018-01-27 18:02:01 +01:00
3 changed files with 3 additions and 3 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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "smartcli", "name": "smartcli",
"version": "2.0.11", "version": "2.0.12",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "smartcli", "name": "smartcli",
"version": "2.0.11", "version": "2.0.12",
"description": "nodejs wrapper for CLI related tasks", "description": "nodejs wrapper for CLI related tasks",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",