From 7803b052e5ee71b7ddecfdf504c9079f85fc7266 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 16 Oct 2021 23:26:55 -0600 Subject: [PATCH] 0.2.0 --- package-lock.json | 4 ++-- package.json | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7216992..a17acce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@root/paypal-checkout", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@root/paypal-checkout", - "version": "0.1.0", + "version": "0.2.0", "license": "MPL-2.0", "dependencies": { "@root/request": "^1.7.0" diff --git a/package.json b/package.json index 5659017..c26b582 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "name": "@root/paypal-checkout", - "version": "0.1.0", + "version": "0.2.0", "description": "A more sensible, human-generated wrapper for the PayPal Checkout REST API", "main": "paypal-checkout.js", - "files": ["lib"], + "files": [ + "lib" + ], "scripts": { "prepare": "node utils/make-categories.js", "test": "node test.js" @@ -12,7 +14,14 @@ "type": "git", "url": "git+https://github.com/therootcompany/paypal-checkout.js.git" }, - "keywords": ["paypal", "checkout", "sdk", "rest", "api", "subscriptions"], + "keywords": [ + "paypal", + "checkout", + "sdk", + "rest", + "api", + "subscriptions" + ], "author": "AJ ONeal (https://therootcompany.com/)", "license": "SEE LICENSE IN LICENSE", "bugs": {