Skip to content

Commit 2f9fd94

Browse files
author
bmeck
committed
fix prepublish to make a tag
1 parent ae3251f commit 2f9fd94

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"main": "cookiejar.js",
88
"description": "simple persistent cookiejar system",
99
"license": "MIT",
10+
"scripts": {
11+
"prepublish": "git tag $npm_package_version && git push origin --tags"
12+
},
1013
"repository": {
1114
"type": "git",
1215
"url": "https://github.com/bmeck/node-cookiejar.git"

0 commit comments

Comments
 (0)