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 stage: metadata
allow_failure: true allow_failure: true
script: script:
- npm install -g tslint typescript - npmci command npm install -g tslint typescript
- tslint -c tslint.json ./ts/**/*.ts - npmci npm install
- npmci command tslint -c tslint.json ./ts/**/*.ts
tags: tags:
- docker - docker
- priv - priv

2
package-lock.json generated
View File

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

View File

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