diff --git a/package.json b/package.json index 95e1556..66012cf 100644 --- a/package.json +++ b/package.json @@ -1,36 +1,36 @@ -{ - "name": "wumpfetch", - "version": "0.2.4", - "description": "🚀 A lightweight and fast Node.JS HTTP Client", - "author": "Wessel \"wesselgame\" T ", - "license": "MIT", - "main": "lib/index.js", - "files": [ - "LICENSE", - "lib/" - ], - "bugs": { - "url": "https://github.com/PassTheWessel/wumpfetch/issues" - }, - "homepage": "https://github.com/PassTheWessel/wumpfetch#readme", - "repository": { - "type": "git", - "url": "https://github.com/PassTheWessel/wumpfetch" - }, - "keywords": [ - "http", - "https", - "request", - "fetch", - "url", - "get", - "post", - "patch", - "lightweight" - ], - "devDependencies": { - "gulp": "^4.0.0", - "gulp-concat": "^2.6.1", - "gulp-minify": "^3.1.0" - } -} +{ + "name": "wumpfetch", + "version": "0.2.5", + "description": "🚀 A lightweight and fast Node.JS HTTP Client", + "author": "Wessel \"wesselgame\" T ", + "license": "MIT", + "main": "lib/index.js", + "files": [ + "LICENSE", + "lib/" + ], + "bugs": { + "url": "https://github.com/PassTheWessel/wumpfetch/issues" + }, + "homepage": "https://github.com/PassTheWessel/wumpfetch#readme", + "repository": { + "type": "git", + "url": "https://github.com/PassTheWessel/wumpfetch" + }, + "keywords": [ + "http", + "https", + "request", + "fetch", + "url", + "get", + "post", + "patch", + "lightweight" + ], + "devDependencies": { + "gulp": "^4.0.0", + "gulp-concat": "^2.6.1", + "gulp-minify": "^3.1.0" + } +}