Compare commits

...

2 Commits

Author SHA1 Message Date
fafc757930 2.0.2 2018-08-11 00:25:20 +02:00
ead5e1a7bd fix(CI): now installing stufall alright 2018-08-11 00:25:20 +02:00
3 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,7 @@ before_script:
testSTABLE: testSTABLE:
stage: test stage: test
script: script:
- npmci npm install
- npmci npm test stable - npmci npm test stable
only: only:
- tags - tags

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "smartnginx", "name": "smartnginx",
"version": "2.0.1", "version": "2.0.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartnginx", "name": "@pushrocks/smartnginx",
"version": "2.0.1", "version": "2.0.2",
"description": "control nginx from node, TypeScript ready", "description": "control nginx from node, TypeScript ready",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",