Skip to content

Commit

Permalink
Update package.json for naming errors
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjeff5 committed May 9, 2023
1 parent c275a33 commit 8010174
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion firestore-palm-gen-text/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "functions",
"name": "firestore-palm-gen-text",
"scripts": {
"lint": "eslint \"src/**/*\"",
"lint:fix": "eslint \"src/**/*\" --fix",
Expand Down
2 changes: 1 addition & 1 deletion palm-secure-backend/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "palm-secure-backnd",
"name": "palm-secure-backend",
"scripts": {
"lint": "eslint \"src/**/*\"",
"lint:fix": "eslint \"src/**/*\" --fix",
Expand Down
2 changes: 1 addition & 1 deletion speech-to-text/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "storage-transcribe-audio",
"name": "speech-to-text",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion storage-label-images/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "storage-image-labeling",
"name": "storage-label-images",
"scripts": {
"lint": "eslint \"src/**/*\"",
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion text-to-speech/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "firestore-translate-text-functions",
"name": "text-to-speech",
"description": "Firebase Cloud Functions for the Firestore Text to Speech in Firestore Extension",
"main": "lib/index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 8010174

Please sign in to comment.