Compare commits

..

3 Commits

Author SHA1 Message Date
24531b63b0 5.0.8 2018-12-01 15:36:33 +01:00
a7d2b34f8b 5.0.7 2018-11-29 11:06:53 +01:00
1089942cc3 fix(core): update 2018-11-29 11:06:53 +01:00
4 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,2 +1 @@
#!/bin/sh
echo "this runs within latest container!";

View File

@ -1 +0,0 @@
mkdocs --version

View File

@ -1,3 +1,5 @@
# npm
npm install -g npmts
npmts -v
npm -v
node -v
npm install -g @gitzone/gitzone
gitzone -v