Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 980df2b

Browse files
committed
Updated readme
1 parent 26ba412 commit 980df2b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,3 +295,20 @@ streamCustomEnrichment.prototype = {
295295
util.inherits(streamCustomEnrichment, streamNode.mongoose.Backend);
296296
```
297297

298+
### Contributing
299+
300+
Running tests:
301+
302+
```
303+
npm test
304+
```
305+
306+
### Releasing
307+
308+
Make sure your working directory is clean and run:
309+
310+
```
311+
npm install
312+
npm version [ major | minor | patch ]
313+
npm publish
314+
```

0 commit comments

Comments
 (0)