Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
f39daca6aa | |||
e70db71ec4 | |||
50ef41d5d4 | |||
2a417ba18f | |||
3516189940 |
@ -28,6 +28,7 @@ testSTABLE:
|
|||||||
|
|
||||||
release:
|
release:
|
||||||
stage: release
|
stage: release
|
||||||
|
environment: npm_registry
|
||||||
script:
|
script:
|
||||||
- npmci publish
|
- npmci publish
|
||||||
only:
|
only:
|
||||||
|
@ -2,5 +2,8 @@
|
|||||||
"npmts":{
|
"npmts":{
|
||||||
"mode":"default",
|
"mode":"default",
|
||||||
"coverageTreshold":70
|
"coverageTreshold":70
|
||||||
|
},
|
||||||
|
"npmdocker":{
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smartfile",
|
"name": "smartfile",
|
||||||
"version": "4.0.12",
|
"version": "4.0.13",
|
||||||
"description": "offers smart ways to work with files in nodejs",
|
"description": "offers smart ways to work with files in nodejs",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
@ -26,9 +26,9 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://gitlab.com/pushrocks/smartfile",
|
"homepage": "https://gitlab.com/pushrocks/smartfile",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/fs-extra": "^0.0.28",
|
"@types/fs-extra": "0.x.x",
|
||||||
"@types/glob": "^5.0.29",
|
"@types/glob": "5.x.x",
|
||||||
"@types/q": "^0.0.27",
|
"@types/q": "0.x.x",
|
||||||
"beautylog": "^5.0.14",
|
"beautylog": "^5.0.14",
|
||||||
"fs-extra": "^0.30.0",
|
"fs-extra": "^0.30.0",
|
||||||
"glob": "^7.0.5",
|
"glob": "^7.0.5",
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
import "typings-test";
|
import "typings-test";
|
||||||
import * as smartfile from "../dist/index";
|
import * as smartfile from "../dist/index";
|
||||||
let beautylog = require("beautylog");
|
import beautylog = require("beautylog");
|
||||||
let gulp = require("gulp");
|
let gulp = require("gulp");
|
||||||
let gFunction = require("gulp-function");
|
let gFunction = require("gulp-function");
|
||||||
import path = require("path");
|
import path = require("path");
|
||||||
|
Reference in New Issue
Block a user