0.2.0
This commit is contained in:
parent
233ce8313e
commit
7803b052e5
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@root/paypal-checkout",
|
"name": "@root/paypal-checkout",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@root/paypal-checkout",
|
"name": "@root/paypal-checkout",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@root/request": "^1.7.0"
|
"@root/request": "^1.7.0"
|
||||||
|
|
15
package.json
15
package.json
|
@ -1,9 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "@root/paypal-checkout",
|
"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",
|
"description": "A more sensible, human-generated wrapper for the PayPal Checkout REST API",
|
||||||
"main": "paypal-checkout.js",
|
"main": "paypal-checkout.js",
|
||||||
"files": ["lib"],
|
"files": [
|
||||||
|
"lib"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "node utils/make-categories.js",
|
"prepare": "node utils/make-categories.js",
|
||||||
"test": "node test.js"
|
"test": "node test.js"
|
||||||
|
@ -12,7 +14,14 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/therootcompany/paypal-checkout.js.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 <aj@therootcompany.com> (https://therootcompany.com/)",
|
"author": "AJ ONeal <aj@therootcompany.com> (https://therootcompany.com/)",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|
Loading…
Reference in New Issue