Compare commits

..

6 Commits

Author SHA1 Message Date
0c32b981c4 1.0.4 2016-07-17 02:10:01 +02:00
bda3600e98 fix dpendency version 2016-07-17 02:09:58 +02:00
dc0588d5bf 1.0.3 2016-07-17 01:55:00 +02:00
3437e48202 README fix 2016-07-17 01:54:57 +02:00
e8b21fd51b 1.0.2 2016-07-17 01:42:36 +02:00
1260d9357e improve README 2016-07-17 01:42:23 +02:00
3 changed files with 7 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ testLTS:
- npmci test lts
tags:
- docker
testSTABLE:
stage: test
script:

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
# npmextra
do more with npm
npmextra is a hub for a series of js tools that help writing, documenting and maintaining npm modules.

View File

@@ -1,6 +1,6 @@
{
"name": "npmextra",
"version": "1.0.1",
"version": "1.0.4",
"description": "do more with npm",
"main": "dist/index.js",
"scripts": {
@@ -17,7 +17,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",