Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dc53498f22 | |||
| 4c205381d9 | |||
| 0c32b981c4 | |||
| bda3600e98 |
@@ -17,7 +17,7 @@ testLTS:
|
|||||||
- npmci test lts
|
- npmci test lts
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
testSTABLE:
|
testSTABLE:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "npmextra",
|
"name": "npmextra",
|
||||||
"version": "1.0.3",
|
"version": "1.0.5",
|
||||||
"description": "do more with npm",
|
"description": "do more with npm",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
"typings": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(npmts)"
|
"test": "(npmts)"
|
||||||
},
|
},
|
||||||
@@ -17,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://gitlab.com/pushrocks/npmextra#README",
|
"homepage": "https://gitlab.com/pushrocks/npmextra#README",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/q": "0.0.27",
|
"@types/q": "*",
|
||||||
"beautylog": "^5.0.14",
|
"beautylog": "^5.0.14",
|
||||||
"q": "^1.4.1",
|
"q": "^1.4.1",
|
||||||
"smartfile": "^4.0.10",
|
"smartfile": "^4.0.10",
|
||||||
|
|||||||
Reference in New Issue
Block a user