Skip to content

Commit 9e20354

Browse files
kennethkalmerclaude
andcommitted
Remove textile-js dependency and Gatsby config
Remove textile-js package and related Gatsby filesystem source plugins now that no code or content uses them. Changes: - Remove textile-js dependency from package.json - Remove debug:textile script from package.json - Remove textile-partials filesystem plugin from gatsby-config.ts - Remove textile-nanoc-compatible filesystem plugin from gatsby-config.ts - Update yarn.lock The repository no longer has any textile-related dependencies. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 528e81b commit 9e20354

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

gatsby-config.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -121,22 +121,6 @@ export const plugins = [
121121
__key: 'images',
122122
},
123123
// Data
124-
{
125-
resolve: 'gatsby-source-filesystem',
126-
options: {
127-
name: 'textile-partials',
128-
path: './content/partials',
129-
},
130-
__key: 'textile-partials',
131-
},
132-
{
133-
resolve: 'gatsby-source-filesystem',
134-
options: {
135-
name: 'textile-nanoc-compatible',
136-
path: './content',
137-
},
138-
__key: 'textile-nanoc-compatible',
139-
},
140124
{
141125
resolve: 'gatsby-source-filesystem',
142126
options: {

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"build": "yarn clean && gatsby build --prefix-paths",
2525
"build:cli": "tsc -p .",
2626
"build:compress": "tsc data/onPostBuild/compressAssets.ts --outDir data/onPostBuild --target es2020 --module commonjs --esModuleInterop --allowSyntheticDefaultImports",
27-
"debug:textile": "yarn build:cli && node ./dist/read-textile.js",
2827
"serve": "gatsby serve --prefix-paths",
2928
"clean": "gatsby clean",
3029
"rebuild": "gatsby clean && gatsby build --prefix-paths && gatsby serve --prefix-paths",
@@ -91,7 +90,6 @@
9190
"react-medium-image-zoom": "^5.1.2",
9291
"react-select": "^5.7.0",
9392
"remark-gfm": "^1.0.0",
94-
"textile-js": "^2.1.1",
9593
"turndown": "^7.1.1",
9694
"typescript": "^4.6.3",
9795
"use-keyboard-shortcut": "^1.1.6",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15678,11 +15678,6 @@ text-table@^0.2.0:
1567815678
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
1567915679
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
1568015680

15681-
textile-js@^2.1.1:
15682-
version "2.1.1"
15683-
resolved "https://registry.npmjs.org/textile-js/-/textile-js-2.1.1.tgz"
15684-
integrity sha512-6yP8bPtL364lb/Pu9IQh/pu9aFXQN2VSUQrzVtOrjQs0pSc+jX0iczNPcMn5+MNvmoP3piCPxFb0hPBS7DmfFg==
15685-
1568615681
thenify-all@^1.0.0:
1568715682
version "1.6.0"
1568815683
resolved "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz"

0 commit comments

Comments
 (0)