Skip to content

Commit 100447b

Browse files
committed
Added no-git-tag-version param
1 parent 4fc8174 commit 100447b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Clean and minimalist React Native template for a quick start with TypeScript.",
55
"scripts": {
66
"test": "standard setup.js",
7-
"prepublishOnly": "npm version $TRAVIS_TAG"
7+
"prepublishOnly": "npm --no-git-tag-version version $TRAVIS_TAG"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)