File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments