Skip to content

Commit 900241e

Browse files
author
bmeck
committed
readme
1 parent 7f6e857 commit 900241e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"description": "simple persistent cookiejar system",
99
"license": "MIT",
1010
"scripts": {
11-
"prepublish": "jshint cookiejar.js && git tag $npm_package_version && git push origin --tags",
11+
"prepublish": "jshint cookiejar.js && git tag $npm_package_version && git push origin master && git push origin --tags",
1212
"test": "tests/test.js"
1313
},
1414
"repository": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Simple robust cookie library
2222
the `request_domain` argument is used to default the domain if it is not explicit in the cookie string
2323
the `request_path` argument is used to set the path if it is not explicit in a cookie String.
2424

25-
Explicit domains/paths will cascade, implied domains/paths must *exactly* match (see http://en.wikipedia.org/wiki/HTTP_cookie#Domain_and_Pat)
25+
explicit domains/paths will cascade, implied domains/paths must *exactly* match (see http://en.wikipedia.org/wiki/HTTP_cookie#Domain_and_Pat)
2626

2727
#####Properties
2828

0 commit comments

Comments
 (0)