Skip to content

Commit 012ba93

Browse files
committed
Version bump 2.0.1
1 parent 8bd7855 commit 012ba93

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

cookiejar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* jshint node: true */
12
(function () {
23
"use strict";
34

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "cookiejar",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"author": {
55
"name": "bradleymeck"
66
},
77
"main": "cookiejar.js",
88
"description": "simple persistent cookiejar system",
99
"license": "MIT",
10+
"jshintConfig": {
11+
"node": true
12+
},
1013
"scripts": {
1114
"prepublish": "jshint cookiejar.js && git tag $npm_package_version && git push origin master && git push origin --tags",
1215
"test": "tests/test.js"

0 commit comments

Comments
 (0)