We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd7855 commit 012ba93Copy full SHA for 012ba93
2 files changed
cookiejar.js
@@ -1,3 +1,4 @@
1
+/* jshint node: true */
2
(function () {
3
"use strict";
4
package.json
@@ -1,12 +1,15 @@
{
"name": "cookiejar",
- "version": "2.0.0",
+ "version": "2.0.1",
"author": {
5
"name": "bradleymeck"
6
},
7
"main": "cookiejar.js",
8
"description": "simple persistent cookiejar system",
9
"license": "MIT",
10
+ "jshintConfig": {
11
+ "node": true
12
+ },
13
"scripts": {
14
"prepublish": "jshint cookiejar.js && git tag $npm_package_version && git push origin master && git push origin --tags",
15
"test": "tests/test.js"
0 commit comments