Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rjchicago committed Feb 8, 2022
1 parent c78cbc9 commit f2e364b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@rjchicago/docker-event-stream",
"version": "0.2.2",
"version": "0.2.3",
"description": "A simple, lightweight, zero-dependency EventEmitter for Docker Events.",
"main": "./src/index.js",
"main": "src/DockerEventStream.js",
"scripts": {
"start": "node ./src/index.js",
"debug": "nodemon --inspect=0.0.0.0:9229 ./src/index.js",
Expand Down

0 comments on commit f2e364b

Please sign in to comment.