Compare commits

..

2 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
2 changed files with 3 additions and 3 deletions

View File

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

View File

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