Skip to content

Commit f430037

Browse files
committed
(pub): automatically tag releases as v0.3.x
- by default, NPM uses the "latest" tag, which causes some confusion for package maintainers and users alike (c.f. #18) - using any tag will mean it won't be tagged as latest anymore, so just giving the v0.3.x branch the tag v0.3.x should resolve this issue
1 parent 37c1223 commit f430037

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "react-signature-canvas",
33
"version": "0.3.0",
4+
"publishConfig": {
5+
"tag": "v0.3.x"
6+
},
47
"description": "A signature pad implementation in React",
58
"main": "build/index.js",
69
"scripts": {

0 commit comments

Comments
 (0)