Compare commits

..

2 Commits

Author SHA1 Message Date
15165235fd 4.3.11 2017-03-11 14:43:37 +01:00
9e23bf4811 fix tests 2017-03-11 14:43:34 +01:00
3 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ht-docker-node",
"version": "4.3.10",
"version": "4.3.11",
"description": "docker image with nodejs with shipzone.io support",
"main": "index.js",
"scripts": {

View File

@@ -3,7 +3,3 @@
# test availability of node and npm
npm -v
node -v
# test yarn
yarn global add npmts
npmts -v

3
test/test_stable.sh Normal file
View File

@@ -0,0 +1,3 @@
# test yarn
yarn global add npmts
npmts -v