Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: deprecate sanity runner (#368)
Browse files Browse the repository at this point in the history
fix: deprecate sanity runner
  • Loading branch information
noahnu authored Nov 16, 2023
1 parent a4547de commit ba752bc
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# DEPRECATED

> ⚠️ This project has been deprecated as of Nov 16, 2023 without replacement. It will eventually be archived.
<div align="center">
<img src="./gatsby/src/images/logo.png" width="400px;"/>

Expand Down
1 change: 1 addition & 0 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"group": "sanity-runner",
"author": "Top Hat Monocle Corp. <[email protected]>",
"license": "Apache-2.0",
"deprecated": "The sanity runner has been deprecated. It is no longer supported.",
"files": [
"lib"
],
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/fullstory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "Top Hat Monocle Corp. <[email protected]>",
"license": "Apache-2.0",
"main": "src/index.ts",
"deprecated": "The sanity runner has been deprecated. It is no longer supported.",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/pagerduty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"author": "Top Hat Monocle Corp. <[email protected]>",
"group": "sanity-runner",
"license": "Apache-2.0",
"deprecated": "The sanity runner has been deprecated. It is no longer supported.",
"main": "src/index.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Sanity runner plugin for slack alerts",
"author": "Top Hat Monocle Corp. <[email protected]>",
"group": "sanity-runner",
"deprecated": "The sanity runner has been deprecated. It is no longer supported.",
"license": "Apache-2.0",
"main": "src/index.ts",
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"group": "sanity-runner",
"main": "bundle/handler.js",
"bin": "src/local.ts",
"deprecated": "The sanity runner has been deprecated. It is no longer supported.",
"files": [
"lib",
"bundle"
Expand Down
1 change: 1 addition & 0 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"group": "sanity-runner",
"author": "Top Hat Monocle Corp. <[email protected]>",
"license": "Apache-2.0",
"deprecated": "The sanity runner has been deprecated. It is no longer supported.",
"main": "src/index.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit ba752bc

Please sign in to comment.