diff --git a/index.js b/index.js index 753759c..7b1c6ef 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,15 @@ export default class Cookie { + /** + * Make a new Cookie instance. + * + * @return {void} + */ + constructor() + { + // + } + /** * Set a cookie value for the given key. * diff --git a/package.json b/package.json index 0c1866c..bbaef7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@conedevelopment/qkie", - "version": "1.0.0", + "version": "1.0.1", "description": "Simple cookie management.", "main": "index.js", "scripts": {