From a8a51dd8d3d3252414f44b483c361cc0408f74b6 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Apr 2019 19:50:56 +0200 Subject: [PATCH] v0.2.5 --- package.json | 72 ++++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) 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" + } +}