Skip to content

Commit

Permalink
Update packages and Rename master to main.
Browse files Browse the repository at this point in the history
Update Tests badge to reflect correct Firestore App Script.
  • Loading branch information
LaughDonor committed Jun 16, 2020
1 parent 38b94d6 commit 13365c9
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 68 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

![GitHub release (latest by date)](https://img.shields.io/github/v/release/grahamearley/FirestoreGoogleAppsScript)
[![Google Apps Script](https://img.shields.io/badge/google%20apps%20script-v8-%234285f4)](https://developers.google.com/apps-script/guides/v8-runtime)
[![TypeScript](https://img.shields.io/badge/typescript-3.9.3-%23294E80)](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-9.html)
[![TypeScript](https://img.shields.io/badge/typescript-3.9.5-%23294E80)](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-9.html)
[![clasp](https://img.shields.io/badge/built%20with-clasp-4285f4.svg)](https://github.com/google/clasp)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/grahamearley/FirestoreGoogleAppsScript)](https://github.com/grahamearley/FirestoreGoogleAppsScript/pulls)
[![GitHub issues](https://img.shields.io/github/issues/grahamearley/FirestoreGoogleAppsScript)](https://github.com/grahamearley/FirestoreGoogleAppsScript/issues)
![Tests](https://img.shields.io/endpoint?url=https%3A%2F%2Fscript.google.com%2Fmacros%2Fs%2FAKfycbyvSXmyngRI1CPvMzIm7opGgB_19fFuvLC6AakL5ezxjKsIT6I%2Fexec)
![Tests](https://img.shields.io/endpoint?url=https%3A%2F%2Fscript.google.com%2Fmacros%2Fs%2FAKfycbzle3ze4mtGAcTNPlqISSFxtmPqvdcNOFauiC4Q0g%2Fexec)

### A Google Apps Script library for accessing Google Cloud Firestore.

Expand Down
120 changes: 60 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@
"@types/gapi.client": "^1.0.3",
"@types/google-apps-script": "^1.0.14",
"@types/jsonwebtoken": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5",
"replace-in-file": "^6.0.0",
"typescript": "^3.9.3"
"replace-in-file": "^6.1.0",
"typescript": "^3.9.5"
}
}

0 comments on commit 13365c9

Please sign in to comment.