2 Commits

Author SHA1 Message Date
fa2a5607c4 1.0.21 2019-06-04 13:55:57 +02:00
36f79cac12 fix(core): update 2019-06-04 13:55:56 +02:00
3 changed files with 5 additions and 4 deletions

View File

@ -80,8 +80,9 @@ codequality:
stage: metadata
allow_failure: true
script:
- npm install -g tslint typescript
- tslint -c tslint.json ./ts/**/*.ts
- npmci command npm install -g tslint typescript
- npmci npm install
- npmci command tslint -c tslint.json ./ts/**/*.ts
tags:
- docker
- priv

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartopen",
"version": "1.0.20",
"version": "1.0.21",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartopen",
"version": "1.0.20",
"version": "1.0.21",
"description": "open things",
"main": "dist/index.js",
"typings": "dist/index.d.ts",