Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
4052337626 | |||
d823229bee | |||
5bdc6e1dc9 | |||
625f540978 |
@ -9,6 +9,7 @@ cache:
|
|||||||
stages:
|
stages:
|
||||||
- mirror
|
- mirror
|
||||||
- test
|
- test
|
||||||
|
- external
|
||||||
- release
|
- release
|
||||||
- trigger
|
- trigger
|
||||||
- pages
|
- pages
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
"npmci": {
|
"npmci": {
|
||||||
"globalNpmTools": [
|
"npmGlobalTools": [
|
||||||
"npmts"
|
"npmts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smartfile",
|
"name": "smartfile",
|
||||||
"version": "4.2.22",
|
"version": "4.2.24",
|
||||||
"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",
|
||||||
|
Reference in New Issue
Block a user