Skip to content

Commit

Permalink
Add publish instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Moutard committed May 30, 2019
1 parent 6030f91 commit a1eb7d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,11 @@ console.log(doc.toString());
</CstmrDrctDbtInitn>
</Document>
```


## Install and Publish

```
npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease ]
npm publish
```

0 comments on commit a1eb7d0

Please sign in to comment.