diff --git a/package-lock.json b/package-lock.json index d46d2f9..a931cba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "fumble", - "version": "0.1.8", + "version": "0.1.9", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.1.8", + "version": "0.1.9", "devDependencies": { "chai": "^4.3.4", "coveralls": "^3.1.1", diff --git a/package.json b/package.json index efa15cf..7344f7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fumble", "description": "Simple error objects in node. Created specifically to be used with the fetchr library and based on hapi.js' Boom.", - "version": "0.1.8", + "version": "0.1.9", "author": "Mo Kouli ", "main": "index.js", "typings": "./index.d.ts",