fix(package): include npmdocker with npm @gitzone scope

This commit is contained in:
2018-05-18 13:09:14 +02:00
parent 4f23b61e14
commit 551b8d0cde
20 changed files with 219 additions and 212 deletions

View File

@@ -1,4 +1,4 @@
import * as plugins from './npmdocker.plugins'
import * as cli from './npmdocker.cli'
import * as plugins from './npmdocker.plugins';
import * as cli from './npmdocker.cli';
cli.run()
cli.run();