Skip to content

Commit

Permalink
feat: Adding author details
Browse files Browse the repository at this point in the history
  • Loading branch information
iquirino committed Jul 7, 2023
1 parent 8f66b42 commit 0175f4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Google Wallet TypeScript Library
# Google Wallet Library

The Google Wallet TypeScript library provides a convenient way to manage Google Wallet functionality in your TypeScript or JavaScript projects. It offers a simple and intuitive interface for integrating with the Google Wallet REST API.
The Google Wallet library provides a convenient way to manage Google Wallet functionality in your TypeScript or JavaScript projects. It offers a simple and intuitive interface for integrating with the Google Wallet REST API.

### References/Links
[Google Wallet Tutorial](https://codelabs.developers.google.com/add-to-wallet-web#0)
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "google-wallet",
"version": "1.0.15",
"description": "",
"version": "1.0.16",
"description": "Google wallet library for Node.js",
"repository": "iquirino/google-wallet",
"keywords": ["google-wallet", "loyalty"],
"author": "Igor Quirino",
"license": "ISC",
"type": "module",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -34,9 +38,6 @@
"build": "make",
"prepack": "make"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"google-auth-library": "^8.9.0"
},
Expand Down

0 comments on commit 0175f4e

Please sign in to comment.