Skip to content

Commit c6469b2

Browse files
author
Rodney Dennis
authored
Update README.md
1 parent cb8a918 commit c6469b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ The simplest way to start using rolodex is to include a reference to the file in
2222
npm install --save-dev rolodex-css
2323
```
2424

25+
## Deployment
26+
27+
```
28+
# bump version and build
29+
npm version [<new version> | major | minor | patch]
30+
31+
# publish to npmjs.com
32+
npm publish
33+
```
34+
2535
### Older Versions
2636

2737
The following instructions are for using rolodex v2.x and earlier.

0 commit comments

Comments
 (0)