Flag order-watcher as having a Docker image to publish

This commit is contained in:
Fabio Berger 2019-01-11 16:52:28 +01:00
parent 6dcf40f570
commit dad6404c7f

View File

@ -24,6 +24,11 @@
"run_mocha": "mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js lib/test/global_hooks.js --timeout 10000 --bail --exit",
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES"
},
"config": {
"postpublish": {
"dockerHubRepo": "order-watcher"
}
},
"repository": {
"type": "git",
"url": "https://github.com/0xProject/0x-monorepo"