Comparing version 2.1.1 to 2.2.0
{ | ||
"name": "widenbot", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "Slack bot for Widen", | ||
@@ -29,2 +29,3 @@ "keywords": [ | ||
"scripts": { | ||
"start": "node ./bin/cli.js -c config.js", | ||
"changelog": "node ./scripts/changelog.js", | ||
@@ -35,2 +36,3 @@ "watch": "NODE_ENV=dev nodemon -w index.js -w lib -w plugins -w webooks bin/cli.js -c config -p 8000", | ||
"coverage": "covert ./test/*-test.js", | ||
"dist": "git archive --format=zip HEAD > widenbot-`npm view widenbot version`.zip", | ||
"test": "npm run lint && npm run unit-test" | ||
@@ -37,0 +39,0 @@ }, |
@@ -11,2 +11,3 @@ widenbot | ||
- [Dockerstart](#dockerstart) | ||
- [Quickstart](#quickstart) | ||
@@ -30,2 +31,13 @@ - [Features](#features) | ||
# <a name="dockerstart">Dockerstart</a> | ||
``` | ||
% docker build -t widen/widenbot . | ||
% docker run -it --rm --name widenbot widen/widenbot | ||
``` | ||
(IMHO, this is the easiest way to get started, and mirrors the way in works | ||
in production). | ||
# <a name="quickstart">Quickstart</a> | ||
@@ -32,0 +44,0 @@ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
277
98343
32
1411
2