Skip to content

Commit

Permalink
fix(deploy): get us to green
Browse files Browse the repository at this point in the history
  • Loading branch information
saiichihashimoto committed Apr 25, 2023
1 parent 9a64904 commit 4dc0764
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/prettier-plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@standard-configs/prettier-plugin-babel",
"version": "0.0.0-development",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/prettier-plugin-dependabot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@standard-configs/prettier-plugin-dependabot",
"version": "0.0.0-development",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/prettier-plugin-git-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@standard-configs/prettier-plugin-git-hooks",
"version": "0.0.0-development",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/prettier-plugin-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@standard-configs/prettier-plugin-github",
"version": "0.0.0-development",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/prettier-plugin-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@standard-configs/prettier-plugin-prettier",
"version": "0.0.0-development",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/prettier-plugin-probot-auto-assign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@standard-configs/prettier-plugin-probot-auto-assign",
"version": "0.0.0-development",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/prettier-plugin-probot-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@standard-configs/prettier-plugin-probot-settings",
"version": "0.0.0-development",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/prettier-plugin-sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@standard-configs/prettier-plugin-sanity",
"version": "0.0.0-development",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/prettier-plugin-tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@standard-configs/prettier-plugin-tsconfig",
"version": "0.0.0-development",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/prettier-plugin-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/package.json",
"name": "@standard-configs/prettier-plugin-vscode",
"version": "0.0.0-development",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 4dc0764

Please sign in to comment.