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