Skip to content

Commit 52ee87a

Browse files
committed
(pub): automatically tag releases as v0.1.x
backport of v0.3.1 addition from f430037 - 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.1.x branch the tag v0.1.x should resolve this issue
1 parent 6bd4fa8 commit 52ee87a

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.1.10",
4+
"publishConfig": {
5+
"tag": "v0.1.x"
6+
},
47
"description": "A signature pad implementation in React",
58
"main": "build/index.js",
69
"scripts": {

0 commit comments

Comments
 (0)